Home
last modified time | relevance | path

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

12345678910>>...21

/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
DUceControllerManagerTest.java93 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/
DFullscreenDialogFragment.java67 public void onDestroy() { in onDestroy() method in FullscreenDialogFragment
68 super.onDestroy(); in onDestroy()
69 mDialogView.onDestroy(); in onDestroy()
107 void onDestroy(); in onDestroy() method
DSafeDismissDialogFragment.java54 public void onDestroy() { in onDestroy() method in SafeDismissDialogFragment
58 super.onDestroy(); in onDestroy()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DVisualVoicemailCallLogFragment.java140 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/
DAppCompatPreferenceActivity.java105 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/
DNetworkRequestDialogFragment.java246 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/
DStateManager.java172 mStack.pop().activityState.onDestroy(); in clearTasks()
216 state.onDestroy(); in finishState()
241 oldState.onDestroy(); in switchState()
261 mStack.pop().activityState.onDestroy(); in destroy()
DMovieActivity.java258 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/
DFullscreenViewer.java39 protected void onDestroy() { in onDestroy() method in FullscreenViewer
40 super.onDestroy(); in onDestroy()
/packages/apps/Car/Settings/src/com/android/car/settings/security/
DCheckLockActivity.java49 public void onDestroy() { in onDestroy() method in CheckLockActivity
50 super.onDestroy(); in onDestroy()
DVerifyLockChangeActivity.java70 public void onDestroy() { in onDestroy() method in VerifyLockChangeActivity
72 super.onDestroy(); in onDestroy()
/packages/apps/Settings/src/com/android/settings/
DAsyncTaskSidecar.java33 public void onDestroy() { in onDestroy() method in AsyncTaskSidecar
38 super.onDestroy(); in onDestroy()
/packages/services/Car/experimental/service/src/com/android/experimentalcar/
DExperimentalCarService.java43 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/
DLogLifecycleService.java56 public void onDestroy() { in onDestroy() method in LogLifecycleService
58 super.onDestroy(); in onDestroy()
/packages/apps/Contacts/src/com/android/contacts/activities/
DLicenseActivity.java46 protected void onDestroy() { in onDestroy() method in LicenseActivity
48 super.onDestroy(); in onDestroy()
/packages/services/Car/packages/CarActivityResolver/src/com/android/car/activityresolver/
DCarResolverActivity.java48 protected void onDestroy() { in onDestroy() method in CarResolverActivity
51 super.onDestroy(); in onDestroy()
/packages/apps/Calendar/src/com/android/calendar/
DAsyncQueryServiceHelper.java67 public void onDestroy() { in onDestroy() method in AsyncQueryServiceHelper
68 super.onDestroy(); in onDestroy()
/packages/services/Telephony/testapps/GbaTestApp/src/com/android/phone/testapps/gbatestapp/
DTestGbaService.java61 public void onDestroy() { in onDestroy() method in TestGbaService
63 super.onDestroy(); in onDestroy()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/service/
DPermissionControllerLifecycleService.java88 public void onDestroy() { in onDestroy() method in PermissionControllerLifecycleService
90 super.onDestroy(); in onDestroy()
/packages/apps/Dialer/java/com/android/incallui/
DManageConferenceActivity.java52 protected void onDestroy() { in onDestroy() method in ManageConferenceActivity
53 super.onDestroy(); in onDestroy()
/packages/apps/Contacts/src/com/android/contacts/preference/
DContactsPreferenceActivity.java157 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/
DCallBlockDisabledActivity.java40 protected void onDestroy() { in onDestroy() method in CallBlockDisabledActivity
41 super.onDestroy(); in onDestroy()
/packages/services/Car/tests/SampleRearViewCamera/src/com/google/android/car/rvc/
DRearViewCameraActivityBase.java70 protected void onDestroy() { in onDestroy() method in RearViewCameraActivityBase
71 super.onDestroy(); in onDestroy()
/packages/apps/Gallery/src/com/android/camera/
DMonitoredActivity.java68 protected void onDestroy() { in onDestroy() method in MonitoredActivity
69 super.onDestroy(); in onDestroy()
/packages/apps/Car/Settings/src/com/android/car/settings/profiles/
DProfileSwitcherFragment.java62 public void onDestroy() { in onDestroy() method in ProfileSwitcherFragment
63 super.onDestroy(); in onDestroy()

12345678910>>...21