Searched refs:onDestroy (Results 126 - 150 of 167) sorted by relevance

1234567

/frameworks/base/core/java/com/android/internal/app/
H A DToolbarActionBar.java487 public void onDestroy() { method in class:ToolbarActionBar
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/
H A DStorageMeasurement.java183 public void onDestroy() { method in class:StorageMeasurement
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV9.java210 ab.onDestroy();
306 public void onDestroy() { method in class:AppCompatDelegateImplV9
311 super.onDestroy();
314 mActionBar.onDestroy();
H A DToolbarActionBar.java489 void onDestroy() { method in class:ToolbarActionBar
/frameworks/base/core/java/android/print/
H A DPrintManager.java803 observer.onDestroy();
945 // this process gets killed so we cover the case of onDestroy not
956 observer.onDestroy();
/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java742 public void onDestroy() { method in class:NotificationListenerService
744 super.onDestroy();
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java148 public void onDestroy() { method in class:TextToSpeechService
149 if (DBG) Log.d(TAG, "onDestroy()");
158 super.onDestroy();
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DBaseActivity.java193 protected void onDestroy() { method in class:BaseActivity
195 super.onDestroy();
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java199 public void onDestroy() { method in class:ImageWallpaper.DrawableEngine
200 super.onDestroy();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsActivity.java531 protected void onDestroy() { method in class:RecentsActivity
532 super.onDestroy();
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java136 protected void onDestroy() { method in class:WallpaperCropActivity
140 super.onDestroy();
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DActivityTestMain.java523 protected void onDestroy() { method in class:ActivityTestMain
524 super.onDestroy();
/frameworks/support/fragment/java/android/support/v4/app/
H A DFragment.java823 * <li> {@link #onDestroy()} will not be called (but {@link #onDetach()} still
1423 * at any time before {@link #onDestroy()}</em>. There are many situations
1488 * after {@link #onStop()} and before {@link #onDestroy()}. It is called
1503 public void onDestroy() { method in class:Fragment
1505 //Log.v("foo", "onDestroy: mCheckedForLoaderManager=" + mCheckedForLoaderManager
1547 * is called after {@link #onDestroy()}.
2329 onDestroy();
2332 + " did not call through to super.onDestroy()");
H A DFragmentActivity.java385 protected void onDestroy() { method in class:FragmentActivity
386 super.onDestroy();
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DSampleMediaRouterActivity.java487 public void onDestroy() { method in class:SampleMediaRouterActivity
491 super.onDestroy();
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DSampleMediaRouterActivity.java487 public void onDestroy() { method in class:SampleMediaRouterActivity
491 super.onDestroy();
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBrowseFragment.java1084 public void onDestroy() { method in class:BrowseFragment
1088 super.onDestroy();
H A DBrowseSupportFragment.java1086 public void onDestroy() { method in class:BrowseSupportFragment
1090 super.onDestroy();
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DMagnificationGestureHandler.java195 public void onDestroy() { method in class:MagnificationGestureHandler
/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
H A DLocalRenderer.java241 public void onDestroy() { method in class:LocalRenderer
244 Log.d(TAG, "onDestroy, error retriever? " + mErrorRetriever + " safe to close? "
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DMediaBrowserServiceSupport.java208 * @see android.app.Service#onDestroy()
211 public void onDestroy() { method in class:MediaBrowserServiceSupport
212 Log.d(TAG, "onDestroy");
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
H A DMediaBrowserServiceSupport.java208 * @see android.app.Service#onDestroy()
211 public void onDestroy() { method in class:MediaBrowserServiceSupport
212 Log.d(TAG, "onDestroy");
/frameworks/base/core/java/android/app/
H A DFragment.java248 * <li> {@link #onDestroy} called to do final cleanup of the fragment's state.
975 * <li> {@link #onDestroy()} will not be called (but {@link #onDetach()} still
1650 * at any time before {@link #onDestroy()}</em>. There are many situations
1718 * after {@link #onStop()} and before {@link #onDestroy()}. It is called
1733 public void onDestroy() { method in class:Fragment
1735 //Log.v("foo", "onDestroy: mCheckedForLoaderManager=" + mCheckedForLoaderManager
1777 * {@link #onDestroy()}, except in the cases where the fragment instance is retained across
2587 onDestroy();
2590 + " did not call through to super.onDestroy()");
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java969 protected void onDestroy() { method in class:PreferenceActivity
972 super.onDestroy();
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java1045 onDestroy();
1315 public void onDestroy() { method in class:VoiceInteractionSession

Completed in 2575 milliseconds

1234567