Home
last modified time | relevance | path

Searched refs:onDestroy (Results 1 – 25 of 81) sorted by relevance

1234

/external/glide/library/src/main/java/com/bumptech/glide/manager/
DSupportRequestManagerFragment.java64 public void onDestroy() { in onDestroy() method in SupportRequestManagerFragment
65 super.onDestroy(); in onDestroy()
66 lifecycle.onDestroy(); in onDestroy()
DActivityFragmentLifecycle.java37 listener.onDestroy(); in addListener()
59 void onDestroy() { in onDestroy() method in ActivityFragmentLifecycle
62 lifecycleListener.onDestroy(); in onDestroy()
DRequestManagerFragment.java67 public void onDestroy() { in onDestroy() method in RequestManagerFragment
68 super.onDestroy(); in onDestroy()
69 lifecycle.onDestroy(); in onDestroy()
DLifecycleListener.java22 void onDestroy(); in onDestroy() method
DNullConnectivityMonitor.java19 public void onDestroy() { in onDestroy() method in NullConnectivityMonitor
/external/dexmaker/dexmaker-mockito-inline-extended-tests/src/main/java/com/android/dx/mockito/inline/extended/tests/
DEmptyActivity.java23 public void onDestroy() { in onDestroy() method in EmptyActivity
24 super.onDestroy(); in onDestroy()
DSpyOn.java105 a.onDestroy(); in spyOnActivity()
107 }).doCallRealMethod().when(a).onDestroy(); in spyOnActivity()
/external/deqp/android/package/src/com/drawelements/deqp/execserver/
DServiceStarter.java57 protected void onDestroy() { in onDestroy() method in ServiceStarter
58 super.onDestroy(); in onDestroy()
DExecServerActivity.java72 protected void onDestroy() { in onDestroy() method in ExecServerActivity
73 super.onDestroy(); in onDestroy()
/external/sl4a/Common/src/com/googlecode/android_scripting/activity/
DFutureActivity.java113 protected void onDestroy() { in onDestroy() method in FutureActivity
114 super.onDestroy(); in onDestroy()
116 mTask.onDestroy(); in onDestroy()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowAccessibilityServiceTest.java37 public void onDestroy() { in onDestroy() method in ShadowAccessibilityServiceTest.MyService
38 super.onDestroy(); in onDestroy()
DShadowServiceTest.java117 service.onDestroy(); in onDestroyRemovesNotification()
143 public void onDestroy() { in onDestroy() method in ShadowServiceTest.MyService
144 super.onDestroy(); in onDestroy()
DShadowAccessibilityButtonControllerTest.java56 public void onDestroy() { in onDestroy() method in ShadowAccessibilityButtonControllerTest.MyService
57 super.onDestroy(); in onDestroy()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothHidInputCounterTask.java68 public void onDestroy() { in onDestroy() method in BluetoothHidInputCounterTask
69 super.onDestroy(); in onDestroy()
/external/deqp/framework/platform/android/
DtcuAndroidNativeActivity.cpp56 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
DtcuAndroidTestActivity.cpp119 void TestActivity::onDestroy (void) in onDestroy() function in tcu::Android::TestActivity
128 RenderActivity::onDestroy(); in onDestroy()
/external/perfetto/ui/src/controller/
Dcontroller.ts53 onDestroy(): void {}
82 dtors.push(() => instance.onDestroy());
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DPollingService.java89 public void onDestroy() { in onDestroy() method in PollingService
99 super.onDestroy(); in onDestroy()
/external/deqp/external/openglcts/modules/runner/
DglcAndroidTestActivity.cpp141 void TestActivity::onDestroy(void) in onDestroy() function in glcts::Android::TestActivity
150 RenderActivity::onDestroy(); in onDestroy()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/media/
DBluetoothSL4AAudioSrcMBS.java174 public void onDestroy() { in onDestroy() method in BluetoothSL4AAudioSrcMBS
181 super.onDestroy(); in onDestroy()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DInterpreterPicker.java87 protected void onDestroy() { in onDestroy() method in InterpreterPicker
88 super.onDestroy(); in onDestroy()
/external/deqp/android/package/src/com/drawelements/deqp/testercore/
DDeqpInstrumentation.java270 public void onDestroy() { in onDestroy() method in DeqpInstrumentation
272 super.onDestroy(); in onDestroy()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
DTriggerService.java181 public void onDestroy() { in onDestroy() method in TriggerService
182 super.onDestroy(); in onDestroy()
/external/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
DViewerActivity.java114 protected void onDestroy() { in onDestroy() method in ViewerActivity
116 super.onDestroy(); in onDestroy()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/controller/
DIntentServiceControllerTest.java146 public void onDestroy() { in onDestroy() method in IntentServiceControllerTest.MyService
147 super.onDestroy(); in onDestroy()

1234