HomeSort by relevance Sort by last modified time
    Searched full:ondestroy (Results 101 - 125 of 615) sorted by null

1 2 3 45 6 7 8 91011>>

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/widget/
WidgetCtsService.java 53 public void onDestroy() {
  /cts/tests/src/android/content/cts/
MockContextWrapperService.java 53 public void onDestroy() {
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
CubeWallpaper1.java 42 public void onDestroy() {
43 super.onDestroy();
89 public void onDestroy() {
90 super.onDestroy();
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
CubeWallpaper2.java 56 public void onDestroy() {
57 super.onDestroy();
153 public void onDestroy() {
154 super.onDestroy();
  /external/chromium/chrome/browser/ui/gtk/
hover_controller_gtk.h 56 CHROMEGTK_CALLBACK_0(HoverControllerGtk, void, OnDestroy);
  /external/chromium_org/chrome/browser/ui/gtk/extensions/
extension_installed_bubble_gtk.h 52 CHROMEGTK_CALLBACK_0(ExtensionInstalledBubbleGtk, void, OnDestroy);
media_galleries_dialog_gtk.h 57 CHROMEGTK_CALLBACK_0(MediaGalleriesDialogGtk, void, OnDestroy);
  /external/chromium_org/chrome/browser/ui/gtk/
hover_controller_gtk.h 56 CHROMEGTK_CALLBACK_0(HoverControllerGtk, void, OnDestroy);
password_generation_bubble_gtk.h 41 CHROMEGTK_CALLBACK_0(PasswordGenerationBubbleGtk, void, OnDestroy);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowService.java 37 public void onDestroy() {
  /frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
ProxyService.java 54 public void onDestroy() {
  /packages/apps/Browser/src/com/android/browser/
BrowserActivity.java 184 protected void onDestroy() {
186 Log.v(LOGTAG, "BrowserActivity.onDestroy: this=" + this);
188 super.onDestroy();
189 mController.onDestroy();
  /packages/apps/Browser/src/com/android/browser/stub/
NullController.java 58 public void onDestroy() {
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
StateManager.java 172 mStack.pop().activityState.onDestroy();
216 state.onDestroy();
241 oldState.onDestroy();
261 mStack.pop().activityState.onDestroy();
MovieActivity.java 247 public void onDestroy() {
248 mPlayer.onDestroy();
249 super.onDestroy();
  /packages/apps/InCallUI/src/com/android/incallui/
CallHandlerService.java 76 public void onDestroy() {
77 Log.i(TAG, "onDestroy");
79 // onDestroy will get called when:
83 // Because onDestroy is not sequenced with calls to CallHandlerService binder,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinImeLogger.java 44 public static void onDestroy() {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IsolatedService.java 60 public void onDestroy() {
200 protected void onDestroy() {
201 super.onDestroy();
  /external/svox/pico/compat/src/com/android/tts/compat/
CompatTtsService.java 83 public void onDestroy() {
84 if (DBG) Log.d(TAG, "onDestroy()");
85 super.onDestroy();
  /frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
PowerTestActivity.java 137 protected void onDestroy() {
138 super.onDestroy();
139 Log.v(LOGTAG, "onDestroy, inst=" + Integer.toHexString(hashCode()));
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmService.java 166 public void onDestroy() {
167 Log.v("AlarmService.onDestroy() called");
168 super.onDestroy();
  /packages/apps/Email/src/com/android/email/activity/setup/
MailboxSettings.java 56 * #onDestroy()}, unless it's called for configuration changes.
145 * We save all the settings in onDestroy, *unless it's for configuration changes*.
148 protected void onDestroy() {
153 super.onDestroy();
270 * Note it's called from {@link #onDestroy()}, which is called on the UI thread where we're not
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/service/
ControllerService.java 84 * Whether the service is running. Set to true in onCreate, false in onDestroy.
174 * Whether the service is running. Set to true in onCreate, false in onDestroy.
204 public void onDestroy() {
205 if (DEBUG) Log.d(TAG, "Service onDestroy");
210 super.onDestroy();
  /frameworks/base/docs/html/training/basics/activity-lifecycle/
starting.jd 100 <td>{@link android.app.Activity#onDestroy()}</td>
260 onCreate()}, its very last callback is {@link android.app.Activity#onDestroy}. The system calls
270 android.app.Activity#onDestroy}.</p>
274 public void onDestroy() {
275 super.onDestroy(); // Always call the superclass
282 <p class="note"><strong>Note:</strong> The system calls {@link android.app.Activity#onDestroy}
289 immediately calls {@link android.app.Activity#onDestroy} without calling any of the other
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/suid/
SuidFilesActivity.java 143 protected void onDestroy() {
144 Log.e("Suid", "onDestroy");
145 super.onDestroy();

Completed in 733 milliseconds

1 2 3 45 6 7 8 91011>>