/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarControllers.java | 231 uiController.onDestroy(); in setUiController() 265 public void onDestroy() { in onDestroy() method in TaskbarControllers 269 taskbarDragController.onDestroy(); in onDestroy() 270 navbarButtonsViewController.onDestroy(); in onDestroy() 271 uiController.onDestroy(); in onDestroy() 272 rotationButtonController.onDestroy(); in onDestroy() 273 taskbarDragLayerController.onDestroy(); in onDestroy() 274 taskbarUnfoldAnimationController.onDestroy(); in onDestroy() 275 taskbarViewController.onDestroy(); in onDestroy() 276 stashedHandleViewController.onDestroy(); in onDestroy() [all …]
|
D | TaskbarDragLayer.java | 138 protected void onDestroy(boolean forceDestroy) { in onDestroy() method in TaskbarDragLayer 144 protected void onDestroy() { in onDestroy() method in TaskbarDragLayer 145 onDestroy(!ENABLE_TASKBAR_NAVBAR_UNIFICATION); in onDestroy() 160 onDestroy(true); in onDetachedFromWindow()
|
/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/services/Telephony/tests/src/com/android/services/telephony/rcs/ |
D | UceControllerManagerTest.java | 96 uceCtrlManager.onDestroy(); in testDestroy() 98 verify(mUceController).onDestroy(); in testDestroy() 107 verify(mUceController, never()).onDestroy(); in testSubIdAndCarrierConfigUpdate() 111 verify(mUceController).onDestroy(); in testSubIdAndCarrierConfigUpdate() 120 verify(mUceController, never()).onDestroy(); in testSubIdAndCarrierConfigUpdateWithInvalidSubId() 125 verify(mUceController).onDestroy(); in testSubIdAndCarrierConfigUpdateWithInvalidSubId()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/ |
D | BubbleControllers.java | 138 public void onDestroy() { in onDestroy() method in BubbleControllers 139 bubbleStashedHandleViewController.ifPresent(BubbleStashedHandleViewController::onDestroy); in onDestroy() 140 bubbleBarController.onDestroy(); in onDestroy() 141 bubbleBarViewController.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/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/Gallery2/src/com/android/photos/ |
D | FullscreenViewer.java | 39 protected void onDestroy() { in onDestroy() method in FullscreenViewer 40 super.onDestroy(); in onDestroy()
|
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/recents/ |
D | PortraitCarRecentsActivity.java | 40 protected void onDestroy() { in onDestroy() method in PortraitCarRecentsActivity 42 super.onDestroy(); in onDestroy()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/overlay/ |
D | TaskbarOverlayController.java | 152 onDestroy(); in maybeCloseWindow() 163 public void onDestroy() { in onDestroy() method in TaskbarOverlayController 166 c.onDestroy(); in onDestroy() 305 onDestroy(); // Window is already ready to be destroyed.
|
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/audio/telecom/ |
D | InCallServiceImpl.java | 43 public void onDestroy() { in onDestroy() method in InCallServiceImpl 45 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/VendorServiceReferenceApp/src/com/android/car/vendorservice/reference/ |
D | VendorServiceRef.java | 79 public void onDestroy() { in onDestroy() method in VendorServiceRef 81 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/apps/Calendar/src/com/android/calendar/ |
D | AsyncQueryServiceHelper.kt | 54 override fun onDestroy() { in onDestroy() method in com.android.calendar.AsyncQueryServiceHelper 55 super.onDestroy() in onDestroy()
|
/packages/services/Car/tests/CustomizationTool/src/com/android/car/customization/tool/ |
D | CustomizationToolService.kt | 62 override fun onDestroy() { in onDestroy() method in com.android.car.customization.tool.CustomizationToolService 64 super.onDestroy() in onDestroy()
|
/packages/apps/Car/VoiceControl/src/com/android/car/voicecontrol/actuators/ |
D | SkillRouter.java | 55 void onDestroy(); in onDestroy() method 85 actuator.onDestroy(); in destroy()
|
/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/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/apps/Dialer/java/com/android/incallui/ |
D | ManageConferenceActivity.java | 52 protected void onDestroy() { in onDestroy() method in ManageConferenceActivity 53 super.onDestroy(); in onDestroy()
|