/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/ |
D | UceControllerManagerTest.java | 93 uceCtrlManager.onDestroy(); in testDestroy() 95 verify(mUceController).onDestroy(); in testDestroy() 104 verify(mUceController, never()).onDestroy(); in testSubIdAndCarrierConfigUpdate() 108 verify(mUceController).onDestroy(); in testSubIdAndCarrierConfigUpdate() 117 verify(mUceController, never()).onDestroy(); in testSubIdAndCarrierConfigUpdateWithInvalidSubId() 122 verify(mUceController).onDestroy(); in testSubIdAndCarrierConfigUpdateWithInvalidSubId()
|
/packages/apps/TV/src/com/android/tv/dialog/ |
D | FullscreenDialogFragment.java | 67 public void onDestroy() { in onDestroy() method in FullscreenDialogFragment 68 super.onDestroy(); in onDestroy() 69 mDialogView.onDestroy(); in onDestroy() 107 void onDestroy(); in onDestroy() method
|
D | SafeDismissDialogFragment.java | 54 public void onDestroy() { in onDestroy() method in SafeDismissDialogFragment 58 super.onDestroy(); in onDestroy()
|
/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
D | VisualVoicemailCallLogFragment.java | 140 public void onDestroy() { in onDestroy() method in VisualVoicemailCallLogFragment 145 voicemailPlaybackPresenter.onDestroy(); in onDestroy() 146 voicemailErrorManager.onDestroy(); in onDestroy() 149 super.onDestroy(); in onDestroy()
|
/packages/apps/Dialer/java/com/android/dialer/app/settings/ |
D | AppCompatPreferenceActivity.java | 105 protected void onDestroy() { in onDestroy() method in AppCompatPreferenceActivity 106 super.onDestroy(); in onDestroy() 107 getDelegate().onDestroy(); in onDestroy()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/ |
D | NetworkRequestDialogFragment.java | 246 public void onDestroy() { in onDestroy() method in NetworkRequestDialogFragment 247 super.onDestroy(); in onDestroy() 250 mFilterWifiTracker.onDestroy(); in onDestroy() 551 public void onDestroy() { in onDestroy() method in NetworkRequestDialogFragment.FilterWifiTracker 553 mWifiTracker.onDestroy(); in onDestroy()
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | StateManager.java | 172 mStack.pop().activityState.onDestroy(); in clearTasks() 216 state.onDestroy(); in finishState() 241 oldState.onDestroy(); in switchState() 261 mStack.pop().activityState.onDestroy(); in destroy()
|
D | MovieActivity.java | 258 public void onDestroy() { in onDestroy() method in MovieActivity 259 mPlayer.onDestroy(); in onDestroy() 260 super.onDestroy(); in onDestroy()
|
/packages/apps/Gallery2/src/com/android/photos/ |
D | FullscreenViewer.java | 39 protected void onDestroy() { in onDestroy() method in FullscreenViewer 40 super.onDestroy(); in onDestroy()
|
/packages/apps/Car/Settings/src/com/android/car/settings/security/ |
D | CheckLockActivity.java | 49 public void onDestroy() { in onDestroy() method in CheckLockActivity 50 super.onDestroy(); in onDestroy()
|
D | VerifyLockChangeActivity.java | 70 public void onDestroy() { in onDestroy() method in VerifyLockChangeActivity 72 super.onDestroy(); in onDestroy()
|
/packages/apps/Settings/src/com/android/settings/ |
D | AsyncTaskSidecar.java | 33 public void onDestroy() { in onDestroy() method in AsyncTaskSidecar 38 super.onDestroy(); in onDestroy()
|
/packages/services/Car/experimental/service/src/com/android/experimentalcar/ |
D | ExperimentalCarService.java | 43 public void onDestroy() { in onDestroy() method in ExperimentalCarService 49 super.onDestroy(); in onDestroy()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/vendorservice/ |
D | LogLifecycleService.java | 56 public void onDestroy() { in onDestroy() method in LogLifecycleService 58 super.onDestroy(); in onDestroy()
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
D | LicenseActivity.java | 46 protected void onDestroy() { in onDestroy() method in LicenseActivity 48 super.onDestroy(); in onDestroy()
|
/packages/services/Car/packages/CarActivityResolver/src/com/android/car/activityresolver/ |
D | CarResolverActivity.java | 48 protected void onDestroy() { in onDestroy() method in CarResolverActivity 51 super.onDestroy(); in onDestroy()
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | AsyncQueryServiceHelper.java | 67 public void onDestroy() { in onDestroy() method in AsyncQueryServiceHelper 68 super.onDestroy(); in onDestroy()
|
/packages/services/Telephony/testapps/GbaTestApp/src/com/android/phone/testapps/gbatestapp/ |
D | TestGbaService.java | 61 public void onDestroy() { in onDestroy() method in TestGbaService 63 super.onDestroy(); in onDestroy()
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/service/ |
D | PermissionControllerLifecycleService.java | 88 public void onDestroy() { in onDestroy() method in PermissionControllerLifecycleService 90 super.onDestroy(); in onDestroy()
|
/packages/apps/Dialer/java/com/android/incallui/ |
D | ManageConferenceActivity.java | 52 protected void onDestroy() { in onDestroy() method in ManageConferenceActivity 53 super.onDestroy(); in onDestroy()
|
/packages/apps/Contacts/src/com/android/contacts/preference/ |
D | ContactsPreferenceActivity.java | 157 protected void onDestroy() { in onDestroy() method in ContactsPreferenceActivity 158 super.onDestroy(); in onDestroy() 159 mCompatDelegate.onDestroy(); in onDestroy()
|
/packages/services/Telecomm/src/com/android/server/telecom/settings/ |
D | CallBlockDisabledActivity.java | 40 protected void onDestroy() { in onDestroy() method in CallBlockDisabledActivity 41 super.onDestroy(); in onDestroy()
|
/packages/services/Car/tests/SampleRearViewCamera/src/com/google/android/car/rvc/ |
D | RearViewCameraActivityBase.java | 70 protected void onDestroy() { in onDestroy() method in RearViewCameraActivityBase 71 super.onDestroy(); in onDestroy()
|
/packages/apps/Gallery/src/com/android/camera/ |
D | MonitoredActivity.java | 68 protected void onDestroy() { in onDestroy() method in MonitoredActivity 69 super.onDestroy(); in onDestroy()
|
/packages/apps/Car/Settings/src/com/android/car/settings/profiles/ |
D | ProfileSwitcherFragment.java | 62 public void onDestroy() { in onDestroy() method in ProfileSwitcherFragment 63 super.onDestroy(); in onDestroy()
|