Home
last modified time | relevance | path

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

12345678910>>...17

/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/Launcher3/go/quickstep/src/com/android/quickstep/
DTouchInteractionService.java167 public void onDestroy() { in onDestroy() method in TouchInteractionService
169 mOverviewComponentObserver.onDestroy(); in onDestroy()
173 super.onDestroy(); in onDestroy()
/packages/apps/Settings/src/com/android/settings/wifi/
DNetworkRequestDialogFragment.java250 public void onDestroy() { in onDestroy() method in NetworkRequestDialogFragment
251 super.onDestroy(); in onDestroy()
254 mFilterWifiTracker.onDestroy(); in onDestroy()
558 public void onDestroy() { in onDestroy() method in NetworkRequestDialogFragment.FilterWifiTracker
560 mWifiTracker.onDestroy(); in onDestroy()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/
DNetworkRequestDialogFragment.java250 public void onDestroy() { in onDestroy() method in NetworkRequestDialogFragment
251 super.onDestroy(); in onDestroy()
254 mFilterWifiTracker.onDestroy(); in onDestroy()
556 public void onDestroy() { in onDestroy() method in NetworkRequestDialogFragment.FilterWifiTracker
558 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.java247 public void onDestroy() { in onDestroy() method in MovieActivity
248 mPlayer.onDestroy(); in onDestroy()
249 super.onDestroy(); in onDestroy()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DMailActivity.java331 protected void onDestroy() { in onDestroy() method in MailActivity
332 super.onDestroy(); in onDestroy()
333 mController.onDestroy(); in onDestroy()
336 mCustomViewToolbar.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/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/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/apps/Dialer/java/com/android/incallui/
DManageConferenceActivity.java52 protected void onDestroy() { in onDestroy() method in ManageConferenceActivity
53 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/apps/Car/Settings/src/com/android/car/settings/users/
DUserDetailsFragment.java68 public void onDestroy() { in onDestroy() method in UserDetailsFragment
69 super.onDestroy(); in onDestroy()
DUserSwitcherFragment.java68 public void onDestroy() { in onDestroy() method in UserSwitcherFragment
69 super.onDestroy(); in onDestroy()
/packages/services/Car/tests/VmsPublisherClientSample/src/com/google/android/car/vms/publisher/
DVmsPublisherClientSampleService.java70 public void onDestroy() { in onDestroy() method in VmsPublisherClientSampleService
71 super.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()
DBlockNumberTaskFragment.java84 public void onDestroy() { in onDestroy() method in BlockNumberTaskFragment
88 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/TV/common/src/com/android/tv/common/support/tis/
DBaseTvInputService.java82 public void onDestroy() { in onDestroy() method in BaseTvInputService
83 super.onDestroy(); in onDestroy()
/packages/apps/Dialer/java/com/android/incallui/telecomeventui/
DInternationalCallOnWifiDialogActivity.java57 protected void onDestroy() { in onDestroy() method in InternationalCallOnWifiDialogActivity
58 super.onDestroy(); in onDestroy()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/activityview/
DActivityViewTestFragment.java71 public void onDestroy() { in onDestroy() method in ActivityViewTestFragment
72 super.onDestroy(); in onDestroy()

12345678910>>...17