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

123

/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp439 if (callbacks.onDestroy != NULL) {
440 callbacks.onDestroy(this);
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DTestShellActivity.java290 protected void onDestroy() { method in class:TestShellActivity
291 super.onDestroy();
/frameworks/base/core/java/android/app/
H A DFragment.java225 * <li> {@link #onDestroy} called to do final cleanup of the fragment's state.
871 * <li> {@link #onDestroy()} will not be called (but {@link #onDetach()} still
1207 * at any time before {@link #onDestroy()}</em>. There are many situations
1251 * after {@link #onStop()} and before {@link #onDestroy()}. It is called
1264 public void onDestroy() { method in class:Fragment
1266 //Log.v("foo", "onDestroy: mCheckedForLoaderManager=" + mCheckedForLoaderManager
1308 * is called after {@link #onDestroy()}.
H A DActivity.java193 * to {@link android.app.Activity#onDestroy}. An activity will do all setup
195 * onDestroy(). For example, if it has a thread running in the background
197 * and then stop the thread in onDestroy().
245 * protected void onDestroy();
323 * <code>onDestroy()</code> if this activity is going away.</td>
326 * <code>onDestroy()</code></td>
329 * <tr><th colspan="3" align="left" border="0">{@link android.app.Activity#onDestroy onDestroy()}</th>
388 * {@link #onStop}, and {@link #onDestroy} as appropriate. If the activity
389 * had been in the foreground or visible to the user, once {@link #onDestroy} i
1364 protected void onDestroy() { method in class:Activity
[all...]
H A DInstrumentation.java211 public void onDestroy() { method in class:Instrumentation
H A DFragmentManager.java982 f.onDestroy();
985 + " did not call through to super.onDestroy()");
H A DActivityThread.java2213 agent.onDestroy();
2215 Slog.w(TAG, "Exception thrown in onDestroy by backup agent of " + data.appInfo);
2389 s.onDestroy();
3103 " did not call through to super.onDestroy()");
/frameworks/support/v4/java/android/support/v4/app/
H A DFragment.java681 * <li> {@link #onDestroy()} will not be called (but {@link #onDetach()} still
1008 * at any time before {@link #onDestroy()}</em>. There are many situations
1048 * after {@link #onStop()} and before {@link #onDestroy()}. It is called
1061 public void onDestroy() { method in class:Fragment
1063 //Log.v("foo", "onDestroy: mCheckedForLoaderManager=" + mCheckedForLoaderManager
1105 * is called after {@link #onDestroy()}.
H A DFragmentManager.java1030 f.onDestroy();
1033 + " did not call through to super.onDestroy()");
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java686 @Override public void onDestroy() { method in class:InputMethodService
687 super.onDestroy();
/frameworks/base/services/java/com/android/server/
H A DAppWidgetService.java602 cb.onDestroy(intent);

Completed in 281 milliseconds

123