Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/applications/appinfo/
H A DAppButtonsPreferenceController.java121 private Intent mAppLaunchIntent; field in AppButtonsPreferenceController
158 mAppLaunchIntent = mPm.getLaunchIntentForPackage(mPackageName); in AppButtonsPreferenceController()
390 mAppLaunchIntent = mPm.getLaunchIntentForPackage(mPackageName); in updateOpenButton()
391 mButtonsPref.setButton1Visible(mAppLaunchIntent != null); in updateOpenButton()
729 if (mAppLaunchIntent != null) { in launchApplication()
737 mContext.startActivityAsUser(mAppLaunchIntent, new UserHandle(mUserId)); in launchApplication()