/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();
|
ActivityFragmentLifecycle.java | 23 * onDestroy. 37 listener.onDestroy(); 59 void onDestroy() { 62 lifecycleListener.onDestroy();
|
NullConnectivityMonitor.java | 19 public void onDestroy() {
|
RequestManagerFragment.java | 67 public void onDestroy() { 68 super.onDestroy(); 69 lifecycle.onDestroy();
|
SupportRequestManagerFragment.java | 64 public void onDestroy() { 65 super.onDestroy(); 66 lifecycle.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();
|
ServiceTest.java | 29 service.onDestroy(); 39 service.onDestroy(); // should not throw exception 69 @Override public void onDestroy() { 70 super.onDestroy();
|
/cts/hostsidetests/services/activitymanager/app/src/android/server/app/ |
AbstractLifecycleLogActivity.java | 38 protected void onDestroy() { 39 super.onDestroy(); 40 Log.i(getTag(), "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");
|
/cts/tests/tests/print/src/android/print/cts/ |
PrintDocumentActivity.java | 41 protected void onDestroy() { 42 Log.d(LOG_TAG, "onDestroy() " + this); 44 super.onDestroy();
|
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/ |
MainRecognitionService.java | 51 public void onDestroy() { 52 super.onDestroy(); 53 Log.i(TAG, "onDestroy");
|
/cts/tests/tests/voicesettings/service/src/android/voicesettings/service/ |
MainRecognitionService.java | 51 public void onDestroy() { 52 super.onDestroy(); 53 Log.i(TAG, "onDestroy");
|
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
MainRecognitionService.java | 52 public void onDestroy() { 53 super.onDestroy(); 54 Log.d(TAG, "onDestroy");
|
/packages/apps/TV/src/com/android/tv/dialog/ |
FullscreenDialogFragment.java | 70 public void onDestroy() { 71 super.onDestroy(); 72 mDialogView.onDestroy(); 116 * Called when {@link DialogFragment#onDestroy} is called. 118 void onDestroy();
|
/cts/hostsidetests/systemui/src/android/host/systemui/ |
TileServiceTest.java | 41 assertTrue(waitFor("onDestroy")); 50 assertTrue(waitFor("onDestroy")); 59 assertTrue(waitFor("onDestroy")); 72 assertTrue(waitFor("onDestroy")); 85 assertTrue(waitFor("onDestroy")); 125 assertTrue(waitFor("onDestroy"));
|
ActiveTileServiceTest.java | 37 assertTrue(waitFor("onDestroy")); 48 assertTrue(waitFor("onDestroy")); 59 assertTrue(waitFor("onDestroy"));
|
/cts/hostsidetests/net/app2/src/com/android/cts/net/hostside/app2/ |
MyActivity.java | 53 protected void onDestroy() { 54 Log.d(TAG, "MyActivity.onDestroy()"); 55 super.onDestroy();
|
/cts/libs/deviceutil/src/android/cts/util/ |
BroadcastTestStartActivity.java | 76 protected void onDestroy() { 77 Log.i(TAG, " in onDestroy"); 78 super.onDestroy();
|
/cts/tests/tests/alarmclock/src/android/alarmclock/cts/ |
TestStartActivity.java | 76 protected void onDestroy() { 77 Log.i(TAG, " in onDestroy"); 78 super.onDestroy();
|
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/ |
TestStartActivity.java | 69 protected void onDestroy() { 70 Log.i(TAG, " in onDestroy"); 71 super.onDestroy();
|
/packages/services/Car/service/src/com/android/car/ |
CarService.java | 42 public void onDestroy() { 43 Log.i(CarLog.TAG_SERVICE, "Service onDestroy"); 45 super.onDestroy();
|
/cts/tests/app/app/src/android/app/stubs/ |
LocalActivityManagerStubActivity.java | 53 protected void onDestroy() { 54 super.onDestroy();
|
/cts/tests/tests/text/src/android/text/cts/ |
EmojiCtsActivity.java | 45 public void onDestroy() { 49 super.onDestroy();
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
WebViewCtsActivity.java | 47 public void onDestroy() { 55 super.onDestroy();
|