Home
last modified time | relevance | path

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

123456789

/frameworks/base/media/tests/AudioPolicyTest/src/com/android/audiopolicytest/
DAudioPolicyTest.java35 public void onDestroy() { in onDestroy() method in AudioPolicyTest
36 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/base/packages/SystemUI/src/com/android/systemui/tuner/
DTunerActivity.java68 protected void onDestroy() { in onDestroy() method in TunerActivity
69 super.onDestroy(); in onDestroy()
145 public void onDestroy() { in onDestroy() method in TunerActivity.SubSettingsFragment
146 super.onDestroy(); in onDestroy()
/frameworks/base/core/java/com/android/internal/app/
DSystemUserHomeActivity.java39 protected void onDestroy() { in onDestroy() method in SystemUserHomeActivity
40 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/base/apct-tests/perftests/core/src/android/os/
DSomeService.java38 public void onDestroy() { in onDestroy() method in SomeService
39 super.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/base/core/java/android/webkit/
DWebViewFragment.java87 public void onDestroy() { in onDestroy() method in WebViewFragment
92 super.onDestroy(); in onDestroy()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DLifecycleFragment.java82 public void onDestroy() { in onDestroy() method in LifecycleFragment
84 super.onDestroy(); in onDestroy()
/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/packages/services/PacProcessor/src/com/android/pacprocessor/
DPacService.java44 public void onDestroy() { in onDestroy() method in PacService
46 super.onDestroy(); in onDestroy()
/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()
/frameworks/base/core/java/android/app/
DActivityGroup.java88 protected void onDestroy() { in onDestroy() method in ActivityGroup
89 super.onDestroy(); in onDestroy()
DListActivity.java230 protected void onDestroy() { in onDestroy() method in ListActivity
232 super.onDestroy(); in onDestroy()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityInputFilter.java469 injector.onDestroy(); in disableFeatures()
474 mAutoclickController.onDestroy(); in disableFeatures()
480 explorer.onDestroy(); in disableFeatures()
487 handler.onDestroy(); in disableFeatures()
492 mKeyboardInterceptor.onDestroy(); in disableFeatures()
513 public void onDestroy() { in onDestroy() method in AccessibilityInputFilter
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/core/lifecycle/
DObservableDialogFragment.java83 public void onDestroy() { in onDestroy() method in ObservableDialogFragment
85 super.onDestroy(); in onDestroy()
DObservableActivity.java88 protected void onDestroy() { in onDestroy() method in ObservableActivity
90 super.onDestroy(); in onDestroy()
DObservableFragment.java96 public void onDestroy() { in onDestroy() method in ObservableFragment
98 super.onDestroy(); in onDestroy()
DObservablePreferenceFragment.java107 public void onDestroy() { in onDestroy() method in ObservablePreferenceFragment
109 super.onDestroy(); in onDestroy()
/frameworks/base/services/robotests/backup/src/android/app/backup/
DForwardingBackupAgent.java51 public void onDestroy() { in onDestroy() method in ForwardingBackupAgent
52 mBackupAgent.onDestroy(); in onDestroy()
/frameworks/base/tests/ShowWhenLockedApp/src/com/android/showwhenlocked/
DShowWhenLockedActivity.java124 protected void onDestroy() { in onDestroy() method in ShowWhenLockedActivity
125 super.onDestroy(); in onDestroy()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
DPipMenuActivity.java94 protected void onDestroy() { in onDestroy() method in PipMenuActivity
95 super.onDestroy(); in onDestroy()
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
DStorageBrowser.java108 protected void onDestroy() { in onDestroy() method in StorageBrowser
110 super.onDestroy(); in onDestroy()

123456789