@Override
 public void onDestroy() {
   super.onDestroy();
   if (soundPool != null) {
     soundPool.release();
   }
 }
 @Override
 public void onDestroy() {
   super.onDestroy();
   if (LauncherLog.DEBUG) {
     LauncherLog.d(TAG, "onDestroy: mLoader = " + mLoader + ", this = " + this);
   }
   cancelLoader();
 }
 @Override
 public void onDestroy() {
   mProfileTracker.stopTracking();
   if (actionListener != null) actionListener.onDialogClose();
   super.onDestroy();
 }
  @Override
  public void onDestroy() {
    super.onDestroy();

    getActivity().unregisterReceiver(receiver);
  }