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

1 2 3 4 5 6 78 91011>>

  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadJobService.java 51 public void onDestroy() {
52 super.onDestroy();
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/activityview/
ActivityViewTestFragment.java 70 public void onDestroy() {
71 super.onDestroy();
  /platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/
DispatchActivity.java 91 protected void onDestroy() {
92 super.onDestroy();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IsolatedService.java 60 public void onDestroy() {
200 protected void onDestroy() {
201 super.onDestroy();
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowServiceTest.java 108 service.onDestroy();
126 public void onDestroy() {
127 super.onDestroy();
  /frameworks/base/core/java/android/widget/
RemoteViewsService.java 75 public void onDestroy();
214 public void onDestroy(Intent intent) {
220 factory.onDestroy();
  /frameworks/support/wear/src/main/java/androidx/wear/ambient/
AmbientMode.java 213 public void onDestroy() {
214 mDelegate.onDestroy();
215 super.onDestroy();
AmbientModeSupport.java 212 public void onDestroy() {
213 mDelegate.onDestroy();
214 super.onDestroy();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/
ScreenLockTestActivity.java 97 protected void onDestroy() {
98 super.onDestroy();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleAdvertiserPowerLevelActivity.java 81 public void onDestroy() {
82 super.onDestroy();
BleInsecureEncryptedServerTestActivity.java 70 public void onDestroy() {
71 super.onDestroy();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/dialer/
DialerShowsHunOnIncomingCallActivity.java 96 protected void onDestroy() {
99 super.onDestroy();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
EmergencyCallBaseTestActivity.java 68 protected void onDestroy() {
69 super.onDestroy();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/voicemail/
VoicemailBroadcastActivity.java 85 protected void onDestroy() {
88 super.onDestroy();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/vr/
MockVrListenerService.java 46 ONDESTROY,
117 public void onDestroy() {
118 Log.i(TAG, "onDestroy called");
120 sEventQueue.put(Event.build(this, EventType.ONDESTROY));
124 super.onDestroy();
  /cts/hostsidetests/media/app/MediaSessionTestHelper/src/android/media/app/media_session_test_helper/
MediaSessionTestHelperService.java 101 public void onDestroy() {
102 super.onDestroy();
  /cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/
MyService.java 100 public void onDestroy() {
105 Log.d(TAG, "onDestroy(): unregistering " + mReceiver);
109 super.onDestroy();
  /cts/hostsidetests/systemui/app/src/android/systemui/cts/
TestTileService.java 49 public void onDestroy() {
50 super.onDestroy();
51 Log.i(TAG, TEST_PREFIX + "onDestroy");
  /cts/tests/app/app/src/android/app/stubs/
LocalForegroundService.java 105 public void onDestroy() {
107 super.onDestroy();
  /cts/tests/autofillservice/src/android/autofillservice/cts/
WelcomeActivity.java 71 protected void onDestroy() {
72 super.onDestroy();
74 Log.v(TAG, "Setting sInstance to null onDestroy()");
  /cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
Camera2Activity.java 124 protected void onDestroy() {
125 Log.i(TAG, "onDestroy called.");
126 super.onDestroy();
MediaRecorderCameraActivity.java 96 protected void onDestroy() {
97 Log.i(TAG, "onDestroy called.");
98 super.onDestroy();
  /cts/tests/fragment/src/android/fragment/cts/
StrictFragment.java 108 throw new IllegalStateException("onCreate called more than once with no onDestroy");
174 public void onDestroy() {
175 super.onDestroy();
177 checkState("onDestroy", CREATED);
186 checkState("onDestroy", CREATED, ATTACHED);
  /cts/tests/framework/base/activitymanager/app_base/src/android/server/am/
AbstractLifecycleLogActivity.java 80 protected void onDestroy() {
81 super.onDestroy();
82 Log.i(getTag(), "onDestroy");
  /cts/tests/tests/externalservice/service/src/android/externalservice/service/
ServiceCreator.java 79 public void onDestroy() {
83 super.onDestroy();

Completed in 506 milliseconds

1 2 3 4 5 6 78 91011>>