Searched refs:onDestroy (Results 1 - 25 of 35) sorted by relevance

12

/external/glide/library/src/main/java/com/bumptech/glide/manager/
H A DLifecycleListener.java19 * Callback for when {@link android.app.Fragment#onDestroy()}} or {@link android.app.Activity#onDestroy()} is
22 void onDestroy(); method in interface:LifecycleListener
H A DNullConnectivityMonitor.java19 public void onDestroy() { method in class:NullConnectivityMonitor
H A DSupportRequestManagerFragment.java64 public void onDestroy() { method in class:SupportRequestManagerFragment
65 super.onDestroy();
66 lifecycle.onDestroy();
H A DActivityFragmentLifecycle.java23 * onDestroy.
37 listener.onDestroy();
59 void onDestroy() { method in class:ActivityFragmentLifecycle
62 lifecycleListener.onDestroy();
H A DRequestManagerFragment.java67 public void onDestroy() { method in class:RequestManagerFragment
68 super.onDestroy();
69 lifecycle.onDestroy();
H A DDefaultConnectivityMonitor.java70 public void onDestroy() { method in class:DefaultConnectivityMonitor
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DMapActivityTest.java17 mapActivity.onDestroy();
25 mapActivity.onDestroy();
33 @Override protected void onDestroy() { method in class:MapActivityTest.MyMapActivity
34 super.onDestroy();
H A DServiceTest.java29 service.onDestroy();
39 service.onDestroy(); // should not throw exception
69 @Override public void onDestroy() { method in class:ServiceTest.MyService
70 super.onDestroy();
H A DActivityTest.java43 activity.onDestroy();
53 activity.onDestroy(); // should not throw exception
61 activity.onDestroy();
445 "onDestroy",
512 public void onDestroy() { method in class:ActivityTest.TestActivity
513 transcript.add("onDestroy");
514 super.onDestroy();
568 protected void onDestroy() { method in class:ActivityTest.DialogLifeCycleActivity
569 super.onDestroy();
H A DAlarmManagerTest.java157 protected void onDestroy() { method in class:AlarmManagerTest.MyActivity
158 super.onDestroy();
/external/deqp/android/package/src/com/drawelements/deqp/execserver/
H A DServiceStarter.java50 protected void onDestroy() { method in class:ServiceStarter
51 super.onDestroy();
H A DExecServerActivity.java85 protected void onDestroy() { method in class:ExecServerActivity
86 super.onDestroy();
H A DExecService.java78 public void onDestroy () { method in class:ExecService
/external/deqp/framework/platform/android/
H A DtcuAndroidTestActivity.hpp68 virtual void onDestroy (void);
H A DtcuAndroidTestActivity.cpp118 void TestActivity::onDestroy (void) function in class:tcu::Android::TestActivity
127 RenderActivity::onDestroy();
H A DtcuAndroidNativeActivity.hpp52 virtual void onDestroy (void);
H A DtcuAndroidNativeActivity.cpp56 static_cast<tcu::Android::NativeActivity*>(activity->instance)->onDestroy();
125 activity->callbacks->onDestroy = onDestroyCallback;
164 void NativeActivity::onDestroy (void) function in class:tcu::Android::NativeActivity
H A DtcuAndroidRenderActivity.hpp173 virtual void onDestroy (void);
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
H A DBaseTarget.java89 public void onDestroy() { method in class:BaseTarget
/external/robolectric/src/test/java/com/xtremelabs/robolectric/tester/android/view/
H A DTestMenuTest.java60 @Override protected void onDestroy() { method in class:TestMenuTest.MyActivity
61 super.onDestroy();
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowService.java37 public void onDestroy() { method in class:ShadowService
/external/deqp/android/package/src/com/drawelements/deqp/testercore/
H A DDeqpInstrumentation.java270 public void onDestroy() { method in class:DeqpInstrumentation
271 Log.e(LOG_TAG, "onDestroy");
272 super.onDestroy();
273 Log.e(LOG_TAG, "onDestroy");
/external/svox/pico/compat/src/com/android/tts/compat/
H A DCompatTtsService.java77 public void onDestroy() { method in class:CompatTtsService
78 if (DBG) Log.d(TAG, "onDestroy()");
79 super.onDestroy();
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
H A DOrientationSensorExampleActivity.java202 public void onDestroy() { method in class:OrientationSensorExampleActivity
204 super.onDestroy();
/external/skia/platform_tools/android/app/src/com/skia/
H A DSkiaSampleActivity.java111 public void onDestroy() { method in class:SkiaSampleActivity
115 super.onDestroy();

Completed in 433 milliseconds

12