Searched refs:onDestroy (Results 226 - 238 of 238) sorted by relevance

12345678910

/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java288 public void onDestroy() { method in class:BugreportProgressService
291 super.onDestroy();
/frameworks/base/core/java/android/app/
H A DActivity.java245 * to {@link android.app.Activity#onDestroy}. An activity will do all setup
247 * onDestroy(). For example, if it has a thread running in the background
249 * and then stop the thread in onDestroy().
297 * protected void onDestroy();
375 * <code>onDestroy()</code> if this activity is going away.</td>
378 * <code>onDestroy()</code></td>
381 * <tr><td colspan="3" align="left" border="0">{@link android.app.Activity#onDestroy onDestroy()}</td>
440 * {@link #onStop}, and {@link #onDestroy} as appropriate. If the activity
441 * had been in the foreground or visible to the user, once {@link #onDestroy} i
1909 protected void onDestroy() { method in class:Activity
[all...]
H A DInstrumentation.java269 public void onDestroy() { method in class:Instrumentation
H A DActivityThread.java3300 agent.onDestroy();
3302 Slog.w(TAG, "Exception thrown in onDestroy by backup agent of " + data.appInfo);
3504 s.onDestroy();
4374 " did not call through to super.onDestroy()");
/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java109 * The constructor, as well as {@link #onCreate()} and {@link #onDestroy()} lifecycle callbacks run
195 public void onDestroy() { method in class:BackupAgent
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java1311 public void onDestroy() { method in class:RemotePrintDocument.PrintDocumentAdapterObserver
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DTouchExplorer.java207 public void onDestroy() { method in class:TouchExplorer
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java653 protected void onDestroy() { method in class:PrintActivity
660 super.onDestroy();
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionRecord.java412 public void onDestroy() { method in class:MediaSessionRecord
H A DMediaSessionService.java388 * 6. We need to tell the session to do any final cleanup (onDestroy)
411 session.onDestroy();
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DMotionEventInjectorTest.java645 mMotionEventInjector.onDestroy();
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java476 public void onDestroy() { method in class:PhotoViewController
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java1825 cb.onDestroy(intent);

Completed in 1870 milliseconds

12345678910