HomeSort by relevance Sort by last modified time
    Searched refs:onDestroy (Results 1 - 25 of 1134) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/print/
IPrintDocumentAdapterObserver.aidl 25 void onDestroy();
  /external/glide/library/src/main/java/com/bumptech/glide/manager/
LifecycleListener.java 19 * Callback for when {@link android.app.Fragment#onDestroy()}} or {@link android.app.Activity#onDestroy()} is
22 void onDestroy();
NullConnectivityMonitor.java 19 public void onDestroy() {
SupportRequestManagerFragment.java 64 public void onDestroy() {
65 super.onDestroy();
66 lifecycle.onDestroy();
ActivityFragmentLifecycle.java 23 * onDestroy.
37 listener.onDestroy();
59 void onDestroy() {
62 lifecycleListener.onDestroy();
RequestManagerFragment.java 67 public void onDestroy() {
68 super.onDestroy();
69 lifecycle.onDestroy();
  /cts/tests/tests/uirendering/src/android/uirendering/cts/runner/
UiRenderingRunner.java 32 public void onDestroy() {
36 super.onDestroy();
  /frameworks/support/lifecycle/common/src/test/java/androidx/lifecycle/observers/
InterfaceImpl2.java 25 public void onDestroy() {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleInsecureConnectionPriorityClientTestActivity.java 33 public void onDestroy() {
34 super.onDestroy();
BleInsecureEncryptedClientTestActivity.java 34 public void onDestroy() {
35 super.onDestroy();
BleInsecureServerStartActivity.java 34 public void onDestroy() {
35 super.onDestroy();
BleSecureEncryptedServerTestActivity.java 34 public void onDestroy() {
35 super.onDestroy();
BleSecureServerStartActivity.java 34 public void onDestroy() {
35 super.onDestroy();
BleInsecureClientStartActivity.java 40 public void onDestroy() {
41 super.onDestroy();
BleSecureConnectionPriorityClientTestActivity.java 35 public void onDestroy() {
36 super.onDestroy();
BleSecureEncryptedClientTestActivity.java 35 public void onDestroy() {
36 super.onDestroy();
  /cts/tests/framework/base/activitymanager/app/src/android/server/am/
KeyguardLockActivity.java 34 protected void onDestroy() {
36 super.onDestroy();
  /packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/
InstrumentClusterRenderingServiceImpl.java 39 public void onDestroy() {
40 super.onDestroy();
43 mController.onDestroy();
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
MapActivityTest.java 17 mapActivity.onDestroy();
25 mapActivity.onDestroy();
33 @Override protected void onDestroy() {
34 super.onDestroy();
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/core/lifecycle/events/
OnDestroy.java 25 public interface OnDestroy {
26 void onDestroy();
  /cts/tests/app/app/src/android/app/stubs/
LocalActivityManagerStubActivity.java 53 protected void onDestroy() {
54 super.onDestroy();
  /frameworks/support/work/workmanager/src/main/java/androidx/work/impl/background/systemalarm/
SystemAlarmService.java 47 public void onDestroy() {
48 super.onDestroy();
49 mDispatcher.onDestroy();
  /cts/hostsidetests/webkit/app/src/com/android/cts/webkit/
WebViewStartupCtsActivity.java 51 public void onDestroy() {
53 super.onDestroy();
  /cts/tests/tests/alarmclock/service/src/android/alarmclock/service/
MainRecognitionService.java 51 public void onDestroy() {
52 super.onDestroy();
53 Log.i(TAG, "onDestroy");
  /cts/tests/tests/assist/service/src/android/voiceinteraction/service/
MainRecognitionService.java 51 public void onDestroy() {
52 super.onDestroy();
53 Log.i(TAG, "onDestroy");

Completed in 1968 milliseconds

1 2 3 4 5 6 7 8 91011>>