コード例 #1
0
 @Override
 public void onDestroy() {
   super.onDestroy();
   if (soundPool != null) {
     soundPool.release();
   }
 }
コード例 #2
0
 @Override
 public void onDestroy() {
   super.onDestroy();
   if (LauncherLog.DEBUG) {
     LauncherLog.d(TAG, "onDestroy: mLoader = " + mLoader + ", this = " + this);
   }
   cancelLoader();
 }
コード例 #3
0
 @Override
 public void onDestroy() {
   mProfileTracker.stopTracking();
   if (actionListener != null) actionListener.onDialogClose();
   super.onDestroy();
 }
コード例 #4
0
  @Override
  public void onDestroy() {
    super.onDestroy();

    getActivity().unregisterReceiver(receiver);
  }