Home
last modified time | relevance | path

Searched refs:setIntentAndFinish (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
DAppInfoBase.java115 setIntentAndFinish(true /* appChanged */); in onResume()
161 protected void setIntentAndFinish(boolean appChanged) { in setIntentAndFinish() method in AppInfoBase
218 setIntentAndFinish(true /* appChanged */); in onPackageListChanged()
DAppStorageSettings.java510 setIntentAndFinish(false /* appChanged */); in createDialog() method in AppStorageSettings
/packages/apps/Settings/src/com/android/settings/applications/specialaccess/interactacrossprofiles/
DInteractAcrossProfilesDetails.java117 setIntentAndFinish(true/* appChanged */); in onCreate()
232 setIntentAndFinish(true/* appChanged */); in onPreferenceClick()
280 setIntentAndFinish(/* appChanged= */ true); in showConsentDialog()
/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DAppInfoDashboardFragment.java258 setIntentAndFinish(true, true); in onResume()
621 private void setIntentAndFinish(boolean finish, boolean appChanged) { in setIntentAndFinish() method in AppInfoDashboardFragment
663 setIntentAndFinish(true, true); in onPackageListChanged()
DAppButtonsPreferenceController.java200 setIntentAndFinish(true, false); in onResume()
492 private void setIntentAndFinish(boolean appChanged, boolean removeTaskWhenFinishing) { in setIntentAndFinish() method in AppButtonsPreferenceController
505 setIntentAndFinish(true, removeTaskWhenFinishing); in refreshAndFinishIfPossible()
/packages/apps/Settings/src/com/android/settings/applications/specialaccess/notificationaccess/
DNotificationAccessDetails.java176 setIntentAndFinish(true /* appChanged */); in onResume()
200 protected void setIntentAndFinish(boolean appChanged) { in setIntentAndFinish() method in NotificationAccessDetails