/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/Launcher3/go/quickstep/src/com/android/quickstep/ |
D | TouchInteractionService.java | 167 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/ |
D | NetworkRequestDialogFragment.java | 250 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/ |
D | NetworkRequestDialogFragment.java | 250 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/ |
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 | 247 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/ |
D | MailActivity.java | 331 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/ |
D | FullscreenViewer.java | 39 protected void onDestroy() { in onDestroy() method in FullscreenViewer 40 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/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/Dialer/java/com/android/incallui/ |
D | ManageConferenceActivity.java | 52 protected void onDestroy() { in onDestroy() method in ManageConferenceActivity 53 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/apps/Car/Settings/src/com/android/car/settings/users/ |
D | UserDetailsFragment.java | 68 public void onDestroy() { in onDestroy() method in UserDetailsFragment 69 super.onDestroy(); in onDestroy()
|
D | UserSwitcherFragment.java | 68 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/ |
D | VmsPublisherClientSampleService.java | 70 public void onDestroy() { in onDestroy() method in VmsPublisherClientSampleService 71 super.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()
|
D | BlockNumberTaskFragment.java | 84 public void onDestroy() { in onDestroy() method in BlockNumberTaskFragment 88 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/TV/common/src/com/android/tv/common/support/tis/ |
D | BaseTvInputService.java | 82 public void onDestroy() { in onDestroy() method in BaseTvInputService 83 super.onDestroy(); in onDestroy()
|
/packages/apps/Dialer/java/com/android/incallui/telecomeventui/ |
D | InternationalCallOnWifiDialogActivity.java | 57 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/ |
D | ActivityViewTestFragment.java | 71 public void onDestroy() { in onDestroy() method in ActivityViewTestFragment 72 super.onDestroy(); in onDestroy()
|