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

12345

/frameworks/base/core/java/android/print/
H A DIPrintDocumentAdapterObserver.aidl25 void onDestroy();
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DIsolatedService.java40 public void onDestroy() { method in class:IsolatedService
41 super.onDestroy();
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainRecognitionService.java52 public void onDestroy() { method in class:MainRecognitionService
53 super.onDestroy();
54 Log.d(TAG, "onDestroy");
H A DVoiceInteractionMain.java44 public void onDestroy() { method in class:VoiceInteractionMain
45 super.onDestroy();
/frameworks/base/tests/utils/SleepUtils/AlarmService/src/com/android/testing/alarmservice/
H A DAlarmService.java48 public void onDestroy() { method in class:AlarmService
50 super.onDestroy();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBackgroundFragment.java57 public void onDestroy() { method in class:BackgroundFragment
58 super.onDestroy();
H A DBackgroundSupportFragment.java59 public void onDestroy() { method in class:BackgroundSupportFragment
60 super.onDestroy();
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DEventStreamTransformation.java92 public void onDestroy(); method in interface:EventStreamTransformation
/frameworks/base/core/java/android/webkit/
H A DWebViewFragment.java84 public void onDestroy() { method in class:WebViewFragment
89 super.onDestroy();
/frameworks/base/core/java/com/android/internal/widget/
H A DIRemoteViewsFactory.aidl26 oneway void onDestroy(in Intent intent);
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
H A DFusedLocationService.java44 public void onDestroy() { method in class:FusedLocationService
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
H A DPhotoViewActivity.java78 protected void onDestroy() { method in class:PhotoViewActivity
79 mController.onDestroy();
80 super.onDestroy();
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
H A DPhotoViewActivity.java78 protected void onDestroy() { method in class:PhotoViewActivity
79 mController.onDestroy();
80 super.onDestroy();
/frameworks/base/core/java/android/app/
H A DActivityGroup.java86 protected void onDestroy() { method in class:ActivityGroup
87 super.onDestroy();
H A DListActivity.java223 * @see Activity#onDestroy()
226 protected void onDestroy() { method in class:ListActivity
228 super.onDestroy();
H A DIntentService.java136 public void onDestroy() { method in class:IntentService
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
H A DProxyService.java48 public void onDestroy() { method in class:ProxyService
/frameworks/base/packages/services/PacProcessor/src/com/android/pacprocessor/
H A DPacService.java47 public void onDestroy() { method in class:PacService
48 super.onDestroy();
/frameworks/base/core/java/android/widget/
H A DRemoteViewsService.java75 public void onDestroy(); method in interface:RemoteViewsService.RemoteViewsFactory
214 public void onDestroy(Intent intent) { method in class:RemoteViewsService.RemoteViewsFactoryAdapter
220 factory.onDestroy();
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DStorageBrowser.java108 protected void onDestroy() { method in class:StorageBrowser
110 super.onDestroy();
/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
H A DFakeBackgroundService.java102 @Override public void onDestroy() { method in class:FakeBackgroundService
103 super.onDestroy();
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DBitmapMutateActivity.java54 protected void onDestroy() { method in class:BitmapMutateActivity
55 super.onDestroy();
/frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/service/
H A DTestJobService.java63 public void onDestroy() { method in class:TestJobService
64 super.onDestroy();
/frameworks/base/core/java/com/android/internal/util/
H A DAsyncService.java43 /** The command sent when a onDestroy is invoked */
113 public void onDestroy() { method in class:AsyncService
114 if (DBG) Slog.d(TAG, "onDestroy");
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
H A DTestWallpaper.java45 public void onDestroy() { method in class:TestWallpaper
46 super.onDestroy();
124 public void onDestroy() { method in class:TestWallpaper.ClockEngine
125 super.onDestroy();

Completed in 5373 milliseconds

12345