/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/app/ |
D | TestActivity.java | 63 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()
|
D | GuidedStepTestSupportFragment.java | 77 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()
|
D | GuidedStepTestFragment.java | 74 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/ |
D | PhotoViewActivity.java | 78 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/ |
D | PhotoViewActivity.java | 78 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/ |
D | LocalServiceBroadcaster.java | 92 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/ |
D | TunerActivity.java | 56 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/ |
D | AlarmService.java | 48 public void onDestroy() { in onDestroy() method in AlarmService 50 super.onDestroy(); in onDestroy()
|
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/ |
D | IsolatedService.java | 40 public void onDestroy() { in onDestroy() method in IsolatedService 41 super.onDestroy(); in onDestroy()
|
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/ |
D | AppCompatPreferenceActivity.java | 113 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/ |
D | MainRecognitionService.java | 52 public void onDestroy() { in onDestroy() method in MainRecognitionService 53 super.onDestroy(); in onDestroy()
|
D | VoiceInteractionMain.java | 44 public void onDestroy() { in onDestroy() method in VoiceInteractionMain 45 super.onDestroy(); in onDestroy()
|
/frameworks/support/design/tests/src/android/support/design/widget/ |
D | BaseTestActivity.java | 52 protected void onDestroy() { in onDestroy() method in BaseTestActivity 53 super.onDestroy(); in onDestroy()
|
/frameworks/support/fragment/tests/java/android/support/v4/app/test/ |
D | RecreatedActivity.java | 52 protected void onDestroy() { in onDestroy() method in RecreatedActivity 53 super.onDestroy(); in onDestroy()
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/ |
D | BackgroundFragment.java | 68 public void onDestroy() { in onDestroy() method in BackgroundFragment 69 super.onDestroy(); in onDestroy()
|
/frameworks/base/core/java/android/webkit/ |
D | WebViewFragment.java | 84 public void onDestroy() { in onDestroy() method in WebViewFragment 89 super.onDestroy(); in onDestroy()
|
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/ |
D | SimpleJobIntentService.java | 66 public void onDestroy() { in onDestroy() method in SimpleJobIntentService 67 super.onDestroy(); in onDestroy()
|
/frameworks/base/core/tests/coretests/src/android/print/mockservice/ |
D | StubbablePrinterDiscoverySession.java | 90 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/ |
D | BasePrintTest.java | 152 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/ |
D | RemoteViewsService.java | 75 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/ |
D | ActivityGroup.java | 86 protected void onDestroy() { in onDestroy() method in ActivityGroup 87 super.onDestroy(); in onDestroy()
|
D | ListActivity.java | 226 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/ |
D | StubbablePrinterDiscoverySession.java | 90 public void onDestroy() { in onDestroy() method in StubbablePrinterDiscoverySession 92 mCallbacks.onDestroy(); in onDestroy()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityInputFilter.java | 454 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/ |
D | TestWallpaper.java | 45 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()
|