Home
last modified time | relevance | path

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

12345678910>>...24

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarControllers.java208 public void onDestroy() { in onDestroy() method in TaskbarControllers
212 navbarButtonsViewController.onDestroy(); in onDestroy()
213 uiController.onDestroy(); in onDestroy()
214 rotationButtonController.onDestroy(); in onDestroy()
215 taskbarDragLayerController.onDestroy(); in onDestroy()
216 taskbarUnfoldAnimationController.onDestroy(); in onDestroy()
217 taskbarViewController.onDestroy(); in onDestroy()
218 stashedHandleViewController.onDestroy(); in onDestroy()
219 taskbarAutohideSuspendController.onDestroy(); in onDestroy()
220 taskbarPopupController.onDestroy(); in onDestroy()
[all …]
DTaskbarDragLayer.java89 protected void onDestroy(boolean forceDestroy) { in onDestroy() method in TaskbarDragLayer
95 protected void onDestroy() { in onDestroy() method in TaskbarDragLayer
96 onDestroy(!TaskbarManager.FLAG_HIDE_NAVBAR_WINDOW); in onDestroy()
109 onDestroy(true); in onDetachedFromWindow()
DDesktopTaskbarUIController.java41 protected void onDestroy() { in onDestroy() method in DesktopTaskbarUIController
42 super.onDestroy(); in onDestroy()
DKeyboardQuickSwitchController.java79 onDestroy(); in onConfigurationChanged()
137 void onDestroy() { in onDestroy() method in KeyboardQuickSwitchController
139 mQuickSwitchViewController.onDestroy(); in onDestroy()
/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
DUceControllerManagerTest.java94 uceCtrlManager.onDestroy(); in testDestroy()
96 verify(mUceController).onDestroy(); in testDestroy()
105 verify(mUceController, never()).onDestroy(); in testSubIdAndCarrierConfigUpdate()
109 verify(mUceController).onDestroy(); in testSubIdAndCarrierConfigUpdate()
118 verify(mUceController, never()).onDestroy(); in testSubIdAndCarrierConfigUpdateWithInvalidSubId()
123 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/settings/
DAppCompatPreferenceActivity.java105 protected void onDestroy() { in onDestroy() method in AppCompatPreferenceActivity
106 super.onDestroy(); in onDestroy()
107 getDelegate().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/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/modules/Connectivity/nearby/halfsheet/src/com/android/nearby/halfsheet/fragment/
DHalfSheetModuleFragment.java41 public void onDestroy() { in onDestroy() method in HalfSheetModuleFragment
42 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/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/Contacts/src/com/android/contacts/activities/
DLicenseActivity.java46 protected void onDestroy() { in onDestroy() method in LicenseActivity
48 super.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()
/packages/services/Car/tests/CarEvsCameraPreviewApp/src/com/google/android/car/evs/
DCarEvsCameraActivity.java61 protected void onDestroy() { in onDestroy() method in CarEvsCameraActivity
68 super.onDestroy(); in onDestroy()
/packages/apps/Calendar/src/com/android/calendar/
DAsyncQueryServiceHelper.kt54 override fun onDestroy() { in onDestroy() method in com.android.calendar.AsyncQueryServiceHelper
55 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/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/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/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()

12345678910>>...24