Home
last modified time | relevance | path

Searched refs:onDestroy (Results 1 – 25 of 225) sorted by relevance

123456789

/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/app/
DTestActivity.java63 public void onDestroy(TestActivity activity) { in onDestroy() method in TestActivity.Provider
156 protected void onDestroy() { in onDestroy() method in TestActivity
158 mProvider.onDestroy(this); in onDestroy()
161 super.onDestroy(); in onDestroy()
DGuidedStepTestSupportFragment.java77 public void onDestroy() { in onDestroy() method in GuidedStepTestSupportFragment.Provider
201 public void onDestroy() { in onDestroy() method in GuidedStepTestSupportFragment
202 mProvider.onDestroy(); in onDestroy()
203 super.onDestroy(); in onDestroy()
DGuidedStepTestFragment.java74 public void onDestroy() { in onDestroy() method in GuidedStepTestFragment.Provider
198 public void onDestroy() { in onDestroy() method in GuidedStepTestFragment
199 mProvider.onDestroy(); in onDestroy()
200 super.onDestroy(); in onDestroy()
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
DPhotoViewActivity.java78 protected void onDestroy() { in onDestroy() method in PhotoViewActivity
79 mController.onDestroy(); in onDestroy()
80 super.onDestroy(); in onDestroy()
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
DPhotoViewActivity.java78 protected void onDestroy() { in onDestroy() method in PhotoViewActivity
79 mController.onDestroy(); in onDestroy()
80 super.onDestroy(); in onDestroy()
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/content/
DLocalServiceBroadcaster.java92 protected void onDestroy() { in onDestroy() method in LocalServiceBroadcaster
93 super.onDestroy(); in onDestroy()
154 public void onDestroy() { in onDestroy() method in LocalServiceBroadcaster.LocalService
155 super.onDestroy(); in onDestroy()
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DTunerActivity.java56 protected void onDestroy() { in onDestroy() method in TunerActivity
57 super.onDestroy(); in onDestroy()
133 public void onDestroy() { in onDestroy() method in TunerActivity.SubSettingsFragment
134 super.onDestroy(); in onDestroy()
/frameworks/base/tests/utils/SleepUtils/AlarmService/src/com/android/testing/alarmservice/
DAlarmService.java48 public void onDestroy() { in onDestroy() method in AlarmService
50 super.onDestroy(); in onDestroy()
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
DIsolatedService.java40 public void onDestroy() { in onDestroy() method in IsolatedService
41 super.onDestroy(); in onDestroy()
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/
DAppCompatPreferenceActivity.java113 protected void onDestroy() { in onDestroy() method in AppCompatPreferenceActivity
114 super.onDestroy(); in onDestroy()
115 getDelegate().onDestroy(); in onDestroy()
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DMainRecognitionService.java52 public void onDestroy() { in onDestroy() method in MainRecognitionService
53 super.onDestroy(); in onDestroy()
DVoiceInteractionMain.java44 public void onDestroy() { in onDestroy() method in VoiceInteractionMain
45 super.onDestroy(); in onDestroy()
/frameworks/support/design/tests/src/android/support/design/widget/
DBaseTestActivity.java52 protected void onDestroy() { in onDestroy() method in BaseTestActivity
53 super.onDestroy(); in onDestroy()
/frameworks/support/fragment/tests/java/android/support/v4/app/test/
DRecreatedActivity.java52 protected void onDestroy() { in onDestroy() method in RecreatedActivity
53 super.onDestroy(); in onDestroy()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
DBackgroundFragment.java68 public void onDestroy() { in onDestroy() method in BackgroundFragment
69 super.onDestroy(); in onDestroy()
/frameworks/base/core/java/android/webkit/
DWebViewFragment.java84 public void onDestroy() { in onDestroy() method in WebViewFragment
89 super.onDestroy(); in onDestroy()
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
DSimpleJobIntentService.java66 public void onDestroy() { in onDestroy() method in SimpleJobIntentService
67 super.onDestroy(); in onDestroy()
/frameworks/base/core/tests/coretests/src/android/print/mockservice/
DStubbablePrinterDiscoverySession.java90 public void onDestroy() { in onDestroy() method in StubbablePrinterDiscoverySession
92 mCallbacks.onDestroy(); in onDestroy()
/frameworks/base/packages/PrintSpooler/tests/outofprocess/src/com/android/printspooler/outofprocess/tests/
DBasePrintTest.java152 Answer<Void> onDestroy) { in createMockPrinterDiscoverySessionCallbacks() argument
182 if (onDestroy != null) { in createMockPrinterDiscoverySessionCallbacks()
183 doAnswer(onDestroy).when(callbacks).onDestroy(); in createMockPrinterDiscoverySessionCallbacks()
/frameworks/base/core/java/android/widget/
DRemoteViewsService.java75 public void onDestroy(); in onDestroy() method
214 public void onDestroy(Intent intent) { in onDestroy() method in RemoteViewsService.RemoteViewsFactoryAdapter
220 factory.onDestroy(); in onDestroy()
/frameworks/base/core/java/android/app/
DActivityGroup.java86 protected void onDestroy() { in onDestroy() method in ActivityGroup
87 super.onDestroy(); in onDestroy()
DListActivity.java226 protected void onDestroy() { in onDestroy() method in ListActivity
228 super.onDestroy(); in onDestroy()
/frameworks/base/packages/PrintSpooler/tests/outofprocess/src/com/android/printspooler/outofprocess/tests/mockservice/
DStubbablePrinterDiscoverySession.java90 public void onDestroy() { in onDestroy() method in StubbablePrinterDiscoverySession
92 mCallbacks.onDestroy(); in onDestroy()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityInputFilter.java454 mMotionEventInjector.onDestroy(); in disableFeatures()
458 mAutoclickController.onDestroy(); in disableFeatures()
462 mTouchExplorer.onDestroy(); in disableFeatures()
466 mMagnificationGestureHandler.onDestroy(); in disableFeatures()
470 mKeyboardInterceptor.onDestroy(); in disableFeatures()
491 public void onDestroy() { in onDestroy() method in AccessibilityInputFilter
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
DTestWallpaper.java45 public void onDestroy() { in onDestroy() method in TestWallpaper
46 super.onDestroy(); in onDestroy()
124 public void onDestroy() { in onDestroy() method in TestWallpaper.ClockEngine
125 super.onDestroy(); in onDestroy()

123456789