Searched refs:onDestroy (Results 51 - 75 of 77) sorted by relevance

1234

/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java66 * <p>In addition, onCreate and onDestroy (from the Service interface) will also be called, but
548 public void onDestroy() { method in class:DreamService
549 if (mDebug) Slog.v(TAG, "onDestroy()");
555 super.onDestroy();
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
H A DSinkActivity.java139 protected void onDestroy() { method in class:SinkActivity
140 super.onDestroy();
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DFrameworkPerfActivity.java241 public void onDestroy() { method in class:FrameworkPerfActivity
242 super.onDestroy();
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java414 public void onDestroy() { method in class:WallpaperService.Engine
916 if (DEBUG) Log.v(TAG, "onDestroy(): " + this);
917 onDestroy();
1116 public void onDestroy() { method in class:WallpaperService
1117 super.onDestroy();
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DEnableAccessibilityController.java148 public void onDestroy() { method in class:EnableAccessibilityController
H A DGlobalActions.java976 mEnableAccessibilityController.onDestroy();
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselViewHelper.java294 public void onDestroy() { method in class:CarouselViewHelper
/frameworks/base/core/java/android/accounts/
H A DChooseTypeAndAccountActivity.java255 protected void onDestroy() { method in class:ChooseTypeAndAccountActivity
257 Log.v(TAG, "ChooseTypeAndAccountActivity.onDestroy()");
259 super.onDestroy();
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java116 public void onDestroy() { method in class:TextToSpeechService
117 if (DBG) Log.d(TAG, "onDestroy()");
126 super.onDestroy();
/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp115 if (callbacks.onDestroy != NULL) {
116 callbacks.onDestroy(this);
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLaunchpadActivity.java132 public static final String ON_DESTROY = "onDestroy";
364 protected void onDestroy() { method in class:LaunchpadActivity
365 super.onDestroy();
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
H A DScoAudioTest.java167 public void onDestroy() { method in class:ScoAudioTest
168 super.onDestroy();
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java200 public void onDestroy() { method in class:ImageWallpaper.DrawableEngine
201 super.onDestroy();
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphRunner.java194 onDestroy();
269 private void onDestroy() { method in class:GraphRunner.GraphRunLoop
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentActivity.java330 protected void onDestroy() { method in class:FragmentActivity
331 super.onDestroy();
H A DFragment.java772 * <li> {@link #onDestroy()} will not be called (but {@link #onDetach()} still
1118 * at any time before {@link #onDestroy()}</em>. There are many situations
1158 * after {@link #onStop()} and before {@link #onDestroy()}. It is called
1171 public void onDestroy() { method in class:Fragment
1173 //Log.v("foo", "onDestroy: mCheckedForLoaderManager=" + mCheckedForLoaderManager
1215 * is called after {@link #onDestroy()}.
1720 onDestroy();
1723 + " did not call through to super.onDestroy()");
/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java175 public void onDestroy() { method in class:BackupAgent
/frameworks/base/core/java/android/app/
H A DFragment.java231 * <li> {@link #onDestroy} called to do final cleanup of the fragment's state.
928 * <li> {@link #onDestroy()} will not be called (but {@link #onDetach()} still
1318 * at any time before {@link #onDestroy()}</em>. There are many situations
1362 * after {@link #onStop()} and before {@link #onDestroy()}. It is called
1375 public void onDestroy() { method in class:Fragment
1377 //Log.v("foo", "onDestroy: mCheckedForLoaderManager=" + mCheckedForLoaderManager
1419 * is called after {@link #onDestroy()}.
1913 onDestroy();
1916 + " did not call through to super.onDestroy()");
H A DInstrumentation.java220 public void onDestroy() { method in class:Instrumentation
H A DActivity.java197 * to {@link android.app.Activity#onDestroy}. An activity will do all setup
199 * onDestroy(). For example, if it has a thread running in the background
201 * and then stop the thread in onDestroy().
249 * protected void onDestroy();
327 * <code>onDestroy()</code> if this activity is going away.</td>
330 * <code>onDestroy()</code></td>
333 * <tr><th colspan="3" align="left" border="0">{@link android.app.Activity#onDestroy onDestroy()}</th>
392 * {@link #onStop}, and {@link #onDestroy} as appropriate. If the activity
393 * had been in the foreground or visible to the user, once {@link #onDestroy} i
1421 protected void onDestroy() { method in class:Activity
[all...]
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java719 @Override public void onDestroy() { method in class:InputMethodService
720 super.onDestroy();
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java927 protected void onDestroy() { method in class:PreferenceActivity
930 super.onDestroy();
/frameworks/base/services/java/com/android/server/accessibility/
H A DScreenMagnifier.java379 public void onDestroy() { method in class:ScreenMagnifier
H A DTouchExplorer.java257 public void onDestroy() { method in class:TouchExplorer
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
H A DPrintJobConfigActivity.java248 protected void onDestroy() { method in class:PrintJobConfigActivity
268 super.onDestroy();

Completed in 554 milliseconds

1234