Home
last modified time | relevance | path

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

1234

/cts/tests/app/app/src/android/app/stubs/
DLocalActivityManagerStubActivity.java53 protected void onDestroy() { in onDestroy() method in LocalActivityManagerStubActivity
54 super.onDestroy(); in onDestroy()
DIntentServiceStub.java98 public void onDestroy() { in onDestroy() method in IntentServiceStub
102 super.onDestroy(); in onDestroy()
DMockService.java73 public void onDestroy() { in onDestroy() method in MockService
74 super.onDestroy(); in onDestroy()
/cts/hostsidetests/services/activitymanager/app/src/android/server/app/
DAbstractLifecycleLogActivity.java38 protected void onDestroy() { in onDestroy() method in AbstractLifecycleLogActivity
39 super.onDestroy(); in onDestroy()
/cts/tests/tests/print/src/android/print/cts/
DPrintDocumentActivity.java41 protected void onDestroy() { in onDestroy() method in PrintDocumentActivity
44 super.onDestroy(); in onDestroy()
/cts/tests/tests/alarmclock/service/src/android/alarmclock/service/
DMainRecognitionService.java51 public void onDestroy() { in onDestroy() method in MainRecognitionService
52 super.onDestroy(); in onDestroy()
/cts/tests/tests/assist/service/src/android/voiceinteraction/service/
DMainRecognitionService.java51 public void onDestroy() { in onDestroy() method in MainRecognitionService
52 super.onDestroy(); in onDestroy()
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainRecognitionService.java51 public void onDestroy() { in onDestroy() method in MainRecognitionService
52 super.onDestroy(); in onDestroy()
/cts/tests/tests/voicesettings/service/src/android/voicesettings/service/
DMainRecognitionService.java51 public void onDestroy() { in onDestroy() method in MainRecognitionService
52 super.onDestroy(); in onDestroy()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewStartupCtsActivity.java51 public void onDestroy() { in onDestroy() method in WebViewStartupCtsActivity
53 super.onDestroy(); in onDestroy()
DWebViewCtsActivity.java47 public void onDestroy() { in onDestroy() method in WebViewCtsActivity
55 super.onDestroy(); in onDestroy()
/cts/tests/tests/text/src/android/text/cts/
DEmojiCtsActivity.java45 public void onDestroy() { in onDestroy() method in EmojiCtsActivity
49 super.onDestroy(); in onDestroy()
/cts/tests/tests/assist/testapp/src/android/voiceinteraction/testapp/
DLifecycleActivity.java55 protected void onDestroy() { in onDestroy() method in LifecycleActivity
58 super.onDestroy(); in onDestroy()
/cts/tests/tests/midi/src/android/midi/cts/
DMidiEchoTestService.java50 public void onDestroy() { in onDestroy() method in MidiEchoTestService
51 super.onDestroy(); in onDestroy()
/cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
DMyActivity.java53 protected void onDestroy() { in onDestroy() method in MyActivity
55 super.onDestroy(); in onDestroy()
/cts/hostsidetests/tv/app2/src/com/android/cts/tv/hostside/app2/
DTvViewMonitorActivity.java48 protected void onDestroy() { in onDestroy() method in TvViewMonitorActivity
49 super.onDestroy(); in onDestroy()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DTestStartActivity.java69 protected void onDestroy() { in onDestroy() method in TestStartActivity
71 super.onDestroy(); in onDestroy()
/cts/tests/tests/alarmclock/src/android/alarmclock/cts/
DTestStartActivity.java76 protected void onDestroy() { in onDestroy() method in TestStartActivity
78 super.onDestroy(); in onDestroy()
/cts/libs/deviceutil/src/android/cts/util/
DBroadcastTestStartActivity.java76 protected void onDestroy() { in onDestroy() method in BroadcastTestStartActivity
78 super.onDestroy(); in onDestroy()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DLockTaskUtilityActivity.java49 protected void onDestroy() { in onDestroy() method in LockTaskUtilityActivity
51 super.onDestroy(); in onDestroy()
/cts/tests/tests/print/src/android/print/cts/services/
DStubbablePrinterDiscoverySession.java88 public void onDestroy() { in onDestroy() method in StubbablePrinterDiscoverySession
90 mCallbacks.onDestroy(); in onDestroy()
/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
DCamera1Activity.java84 protected void onDestroy() { in onDestroy() method in Camera1Activity
86 super.onDestroy(); in onDestroy()
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
DReceiveUriService.java52 public void onDestroy() { in onDestroy() method in ReceiveUriService
53 super.onDestroy(); in onDestroy()
DReceiveUriActivity.java70 protected void onDestroy() { in onDestroy() method in ReceiveUriActivity
71 super.onDestroy(); in onDestroy()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleAdvertiserPowerLevelActivity.java81 public void onDestroy() { in onDestroy() method in BleAdvertiserPowerLevelActivity
82 super.onDestroy(); in onDestroy()

1234