Searched refs:onDestroy (Results 1 - 25 of 35) sorted by relevance

12

/frameworks/base/core/java/android/app/
H A DActivityGroup.java83 protected void onDestroy() { method in class:ActivityGroup
84 super.onDestroy();
H A DListActivity.java223 * @see Activity#onDestroy()
226 protected void onDestroy() { method in class:ListActivity
228 super.onDestroy();
H A DIntentService.java123 public void onDestroy() { method in class:IntentService
H A DService.java150 * of these situations hold, the service's {@link #onDestroy} method is called
152 * unregistering receivers) should be complete upon returning from onDestroy().
184 * or {@link #onDestroy onDestroy()} methods, then the hosting process will
438 public void onDestroy() { method in class:Service
H A DNativeActivity.java205 protected void onDestroy() { method in class:NativeActivity
216 super.onDestroy();
/frameworks/base/telephony/tests/telephonytests/src/com/android/frameworks/telephonytests/
H A DTelephonyMockRilTestRunner.java66 public void onDestroy() { method in class:TelephonyMockRilTestRunner
68 log("onDestroy EX");
69 super.onDestroy();
/frameworks/base/core/java/com/android/internal/service/wallpaper/
H A DImageWallpaper.java64 public void onDestroy() { method in class:ImageWallpaper
65 super.onDestroy();
99 public void onDestroy() { method in class:ImageWallpaper.DrawableEngine
100 super.onDestroy();
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbResolverActivity.java77 protected void onDestroy() { method in class:UsbResolverActivity
81 super.onDestroy();
H A DUsbConfirmActivity.java96 protected void onDestroy() { method in class:UsbConfirmActivity
100 super.onDestroy();
H A DUsbPermissionActivity.java107 public void onDestroy() { method in class:UsbPermissionActivity
134 super.onDestroy();
H A DUsbStorageActivity.java141 protected void onDestroy() { method in class:UsbStorageActivity
142 super.onDestroy();
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java121 protected void onDestroy() { method in class:PreferenceActivity
122 super.onDestroy();
/frameworks/base/tests/BatteryWaster/src/com/android/batterywaster/
H A DBatteryWaster.java85 public void onDestroy() { method in class:BatteryWaster
86 super.onDestroy();
/frameworks/base/native/include/android/
H A Dnative_activity.h139 * NativeActivity is being destroyed. See Java documentation for Activity.onDestroy()
142 void (*onDestroy)(ANativeActivity* activity); member in struct:ANativeActivityCallbacks
/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java110 public void onDestroy() { method in class:BackupAgent
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLocalService.java72 public void onDestroy() { method in class:LocalService
73 Log.i("LocalService", "onDestroy: mReportObject=" + mReportObject);
/frameworks/base/test-runner/src/android/test/
H A DServiceTestCase.java247 * calls onDestroy(). Ordinarily this is called automatically (by {@link #tearDown}, but
259 mService.onDestroy();
/frameworks/base/core/java/android/speech/
H A DRecognitionService.java202 public void onDestroy() { method in class:RecognitionService
203 if (DBG) Log.d(TAG, "onDestroy");
206 super.onDestroy();
/frameworks/base/core/java/com/android/internal/os/storage/
H A DExternalStorageFormatter.java99 public void onDestroy() { method in class:ExternalStorageFormatter
107 super.onDestroy();
/frameworks/base/libs/usb/tests/AccessoryChat/src/com/android/accessorychat/
H A DAccessoryChat.java132 public void onDestroy() { method in class:AccessoryChat
134 super.onDestroy();
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerTestActivity.java136 protected void onDestroy() { method in class:PowerTestActivity
137 super.onDestroy();
138 Log.v(LOGTAG, "onDestroy, inst=" + Integer.toHexString(hashCode()));
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DReliabilityTestActivity.java140 protected void onDestroy() { method in class:ReliabilityTestActivity
141 super.onDestroy();
142 Log.v(LOGTAG, "onDestroy, inst=" + Integer.toHexString(hashCode()));
/frameworks/base/services/java/com/android/server/
H A DLoadAverageService.java286 public void onDestroy() { method in class:LoadAverageService
287 super.onDestroy();
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerService.java230 public void onDestroy() { method in class:TrackerService
231 super.onDestroy();
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java363 public void onDestroy() { method in class:WallpaperService.Engine
777 if (DEBUG) Log.v(TAG, "onDestroy(): " + this);
778 onDestroy();
956 public void onDestroy() { method in class:WallpaperService
957 super.onDestroy();

Completed in 378 milliseconds

12