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

1234567

/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java858 @Override public void onDestroy() { method in class:InputMethodService
859 super.onDestroy();
/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java277 protected void onDestroy() { method in class:ChooserActivity
278 super.onDestroy();
H A DResolverActivity.java576 protected void onDestroy() { method in class:ResolverActivity
577 super.onDestroy();
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPrintSpoolerService.java144 public void onDestroy() { method in class:PrintSpoolerService
145 super.onDestroy();
H A DRemotePrintDocument.java1279 public void onDestroy() { method in class:RemotePrintDocument.PrintDocumentAdapterObserver
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java261 public void onDestroy() { method in class:BugreportProgressService
264 super.onDestroy();
/frameworks/base/core/java/android/app/
H A DActivity.java239 * to {@link android.app.Activity#onDestroy}. An activity will do all setup
241 * onDestroy(). For example, if it has a thread running in the background
243 * and then stop the thread in onDestroy().
291 * protected void onDestroy();
369 * <code>onDestroy()</code> if this activity is going away.</td>
372 * <code>onDestroy()</code></td>
375 * <tr><td colspan="3" align="left" border="0">{@link android.app.Activity#onDestroy onDestroy()}</td>
434 * {@link #onStop}, and {@link #onDestroy} as appropriate. If the activity
435 * had been in the foreground or visible to the user, once {@link #onDestroy} i
1809 protected void onDestroy() { method in class:Activity
[all...]
H A DInstrumentation.java237 public void onDestroy() { method in class:Instrumentation
H A DActivityThread.java3152 agent.onDestroy();
3154 Slog.w(TAG, "Exception thrown in onDestroy by backup agent of " + data.appInfo);
3356 s.onDestroy();
4194 " did not call through to super.onDestroy()");
/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java183 public void onDestroy() { method in class:BackupAgent
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DTouchExplorer.java206 public void onDestroy() { method in class:TouchExplorer
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionRecord.java413 public void onDestroy() { method in class:MediaSessionRecord
H A DMediaSessionService.java303 * 6. We need to tell the session to do any final cleanup (onDestroy)
323 session.onDestroy();
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java635 protected void onDestroy() { method in class:PrintActivity
642 super.onDestroy();
/frameworks/base/services/core/java/com/android/server/policy/
H A DGlobalActions.java1249 mEnableAccessibilityController.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.java1739 cb.onDestroy(intent);

Completed in 2122 milliseconds

1234567