/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | MapActivityTest.java | 17 mapActivity.onDestroy(); in onDestroy_shouldNotComplainIfLifecycleIsCorrect() 25 mapActivity.onDestroy(); in onDestroy_shouldComplainIfPauseIsNotCalled() 33 @Override protected void onDestroy() { in onDestroy() method in MapActivityTest.MyMapActivity 34 super.onDestroy(); in onDestroy()
|
D | ServiceTest.java | 29 service.onDestroy(); in shouldComplainIfServiceIsDestroyedWithRegisteredBroadcastReceivers() 39 service.onDestroy(); // should not throw exception in shouldNotComplainIfServiceIsDestroyedWhileAnotherServiceHasRegisteredBroadcastReceivers() 69 @Override public void onDestroy() { in onDestroy() method in ServiceTest.MyService 70 super.onDestroy(); in onDestroy()
|
D | ActivityTest.java | 43 activity.onDestroy(); in shouldComplainIfActivityIsDestroyedWithRegisteredBroadcastReceivers() 53 activity.onDestroy(); // should not throw exception in shouldNotComplainIfActivityIsDestroyedWhileAnotherActivityHasRegisteredBroadcastReceivers() 61 activity.onDestroy(); in shouldNotRegisterNullBroadcastReceiver() 512 public void onDestroy() { in onDestroy() method in ActivityTest.TestActivity 514 super.onDestroy(); in onDestroy() 568 protected void onDestroy() { in onDestroy() method in ActivityTest.DialogLifeCycleActivity 569 super.onDestroy(); in onDestroy()
|
/external/glide/library/src/main/java/com/bumptech/glide/manager/ |
D | SupportRequestManagerFragment.java | 64 public void onDestroy() { in onDestroy() method in SupportRequestManagerFragment 65 super.onDestroy(); in onDestroy() 66 lifecycle.onDestroy(); in onDestroy()
|
D | ActivityFragmentLifecycle.java | 37 listener.onDestroy(); in addListener() 59 void onDestroy() { in onDestroy() method in ActivityFragmentLifecycle 62 lifecycleListener.onDestroy(); in onDestroy()
|
D | RequestManagerFragment.java | 67 public void onDestroy() { in onDestroy() method in RequestManagerFragment 68 super.onDestroy(); in onDestroy() 69 lifecycle.onDestroy(); in onDestroy()
|
D | LifecycleListener.java | 22 void onDestroy(); in onDestroy() method
|
D | NullConnectivityMonitor.java | 19 public void onDestroy() { in onDestroy() method in NullConnectivityMonitor
|
/external/deqp/android/package/src/com/drawelements/deqp/execserver/ |
D | ServiceStarter.java | 57 protected void onDestroy() { in onDestroy() method in ServiceStarter 58 super.onDestroy(); in onDestroy()
|
D | ExecServerActivity.java | 72 protected void onDestroy() { in onDestroy() method in ExecServerActivity 73 super.onDestroy(); in onDestroy()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/activity/ |
D | FutureActivity.java | 113 protected void onDestroy() { in onDestroy() method in FutureActivity 114 super.onDestroy(); in onDestroy() 116 mTask.onDestroy(); in onDestroy()
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/tester/android/view/ |
D | TestMenuTest.java | 60 @Override protected void onDestroy() { in onDestroy() method in TestMenuTest.MyActivity 61 super.onDestroy(); in onDestroy()
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidTestActivity.cpp | 119 void TestActivity::onDestroy (void) in onDestroy() function in tcu::Android::TestActivity 128 RenderActivity::onDestroy(); in onDestroy()
|
D | tcuAndroidNativeActivity.cpp | 56 static_cast<tcu::Android::NativeActivity*>(activity->instance)->onDestroy(); in onDestroyCallback() 125 activity->callbacks->onDestroy = onDestroyCallback; in NativeActivity() 164 void NativeActivity::onDestroy (void) in onDestroy() function in tcu::Android::NativeActivity
|
D | tcuAndroidTestActivity.hpp | 68 virtual void onDestroy (void);
|
D | tcuAndroidNativeActivity.hpp | 52 virtual void onDestroy (void);
|
/external/opencv3/samples/android/tutorial-1-camerapreview/src/org/opencv/samples/tutorial1/ |
D | Tutorial1Activity.java | 85 public void onDestroy() { in onDestroy() method in Tutorial1Activity 86 super.onDestroy(); in onDestroy()
|
/external/svox/pico/compat/src/com/android/tts/compat/ |
D | CompatTtsService.java | 77 public void onDestroy() { in onDestroy() method in CompatTtsService 79 super.onDestroy(); in onDestroy()
|
/external/opencv3/samples/android/15-puzzle/src/org/opencv/samples/puzzle15/ |
D | Puzzle15Activity.java | 88 public void onDestroy() { in onDestroy() method in Puzzle15Activity 89 super.onDestroy(); in onDestroy()
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ |
D | TriggerService.java | 166 public void onDestroy() { in onDestroy() method in TriggerService 167 super.onDestroy(); in onDestroy()
|
D | InterpreterPicker.java | 88 protected void onDestroy() { in onDestroy() method in InterpreterPicker 89 super.onDestroy(); in onDestroy()
|
/external/deqp/android/package/src/com/drawelements/deqp/testercore/ |
D | DeqpInstrumentation.java | 270 public void onDestroy() { in onDestroy() method in DeqpInstrumentation 272 super.onDestroy(); in onDestroy()
|
/external/opencv3/samples/android/tutorial-2-mixedprocessing/src/org/opencv/samples/tutorial2/ |
D | Tutorial2Activity.java | 109 public void onDestroy() { in onDestroy() method in Tutorial2Activity 110 super.onDestroy(); in onDestroy()
|
/external/glide/library/src/main/java/com/bumptech/glide/request/target/ |
D | BaseTarget.java | 89 public void onDestroy() { in onDestroy() method in BaseTarget
|
/external/opencv3/samples/android/tutorial-3-cameracontrol/src/org/opencv/samples/tutorial3/ |
D | Tutorial3Activity.java | 100 public void onDestroy() { in onDestroy() method in Tutorial3Activity 101 super.onDestroy(); in onDestroy()
|