Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/applications/
H A DAppInfoBase.java115 setIntentAndFinish(true /* appChanged */); in onResume()
161 protected void setIntentAndFinish(boolean appChanged) { in setIntentAndFinish() method in AppInfoBase
218 setIntentAndFinish(true /* appChanged */); in onPackageListChanged()
H A DAppStorageSettings.java510 setIntentAndFinish(false /* appChanged */); in createDialog() method in AppStorageSettings
/aosp12/packages/apps/Settings/src/com/android/settings/applications/specialaccess/interactacrossprofiles/
H A DInteractAcrossProfilesDetails.java117 setIntentAndFinish(true/* appChanged */); in onCreate()
232 setIntentAndFinish(true/* appChanged */); in onPreferenceClick()
280 setIntentAndFinish(/* appChanged= */ true); in showConsentDialog()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/appinfo/
H A 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()
H A DAppButtonsPreferenceController.java200 setIntentAndFinish(true, false); in onResume()
496 private void setIntentAndFinish(boolean appChanged, boolean removeTaskWhenFinishing) { in setIntentAndFinish() method in AppButtonsPreferenceController
509 setIntentAndFinish(true, removeTaskWhenFinishing); in refreshAndFinishIfPossible()