Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/appinfo/
DAppButtonsPreferenceController.java115 private Intent mAppLaunchIntent; field in AppButtonsPreferenceController
149 mAppLaunchIntent = mPm.getLaunchIntentForPackage(mPackageName); in AppButtonsPreferenceController()
372 mAppLaunchIntent = mPm.getLaunchIntentForPackage(mPackageName); in updateOpenButton()
373 mButtonsPref.setButton1Visible(mAppLaunchIntent != null); in updateOpenButton()
683 if (mAppLaunchIntent != null) { in launchApplication()
684 mContext.startActivityAsUser(mAppLaunchIntent, new UserHandle(mUserId)); in launchApplication()
/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DAppButtonsPreferenceController.java121 private Intent mAppLaunchIntent; field in AppButtonsPreferenceController
158 mAppLaunchIntent = mPm.getLaunchIntentForPackage(mPackageName); in AppButtonsPreferenceController()
379 mAppLaunchIntent = mPm.getLaunchIntentForPackage(mPackageName); in updateOpenButton()
380 mButtonsPref.setButton1Visible(mAppLaunchIntent != null); in updateOpenButton()
719 if (mAppLaunchIntent != null) { in launchApplication()
727 mContext.startActivityAsUser(mAppLaunchIntent, new UserHandle(mUserId)); in launchApplication()