Searched refs:onDestroy (Results 101 - 123 of 123) sorted by relevance

12345

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java147 public void onDestroy() { method in class:TextToSpeechService
148 if (DBG) Log.d(TAG, "onDestroy()");
157 super.onDestroy();
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java193 public void onDestroy() { method in class:ImageWallpaper.DrawableEngine
194 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.java522 protected void onDestroy() { method in class:ActivityTestMain
523 super.onDestroy();
/frameworks/support/v4/java/android/support/v4/app/
H A DFragment.java810 * <li> {@link #onDestroy()} will not be called (but {@link #onDetach()} still
1314 * at any time before {@link #onDestroy()}</em>. There are many situations
1354 * after {@link #onStop()} and before {@link #onDestroy()}. It is called
1367 public void onDestroy() { method in class:Fragment
1369 //Log.v("foo", "onDestroy: mCheckedForLoaderManager=" + mCheckedForLoaderManager
1412 * is called after {@link #onDestroy()}.
2182 onDestroy();
2185 + " 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/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/base/core/java/android/inputmethodservice/
H A DInputMethodService.java752 @Override public void onDestroy() { method in class:InputMethodService
753 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.java1018 onDestroy();
1288 public void onDestroy() { method in class:VoiceInteractionSession
/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java205 protected void onDestroy() { method in class:ChooserActivity
206 super.onDestroy();
H A DResolverActivity.java518 protected void onDestroy() { method in class:ResolverActivity
519 super.onDestroy();
/frameworks/base/core/java/android/app/
H A DInstrumentation.java226 public void onDestroy() { method in class:Instrumentation
H A DActivity.java223 * to {@link android.app.Activity#onDestroy}. An activity will do all setup
225 * onDestroy(). For example, if it has a thread running in the background
227 * and then stop the thread in onDestroy().
275 * protected void onDestroy();
353 * <code>onDestroy()</code> if this activity is going away.</td>
356 * <code>onDestroy()</code></td>
359 * <tr><th colspan="3" align="left" border="0">{@link android.app.Activity#onDestroy onDestroy()}</th>
418 * {@link #onStop}, and {@link #onDestroy} as appropriate. If the activity
419 * had been in the foreground or visible to the user, once {@link #onDestroy} i
1648 protected void onDestroy() { method in class:Activity
[all...]
H A DActivityThread.java2838 agent.onDestroy();
2840 Slog.w(TAG, "Exception thrown in onDestroy by backup agent of " + data.appInfo);
3040 s.onDestroy();
3822 " did not call through to super.onDestroy()");
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java1142 public void onDestroy() { method in class:RemotePrintDocument.PrintDocumentAdapterObserver
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DScreenMagnifier.java374 public void onDestroy() { method in class:ScreenMagnifier
H A DTouchExplorer.java265 public void onDestroy() { method in class:TouchExplorer
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionRecord.java408 public void onDestroy() { method in class:MediaSessionRecord
H A DMediaSessionService.java287 * 6. We need to tell the session to do any final cleanup (onDestroy)
304 session.onDestroy();
/frameworks/base/services/core/java/com/android/server/policy/
H A DGlobalActions.java1181 mEnableAccessibilityController.onDestroy();
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewController.java410 public void onDestroy() { method in class:PhotoViewController
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java1482 cb.onDestroy(intent);

Completed in 5617 milliseconds

12345