Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DAppButtonsPreferenceController.java121 private Intent mAppLaunchIntent; field in AppButtonsPreferenceController
158 mAppLaunchIntent = mPm.getLaunchIntentForPackage(mPackageName); in AppButtonsPreferenceController()
386 mAppLaunchIntent = mPm.getLaunchIntentForPackage(mPackageName); in updateOpenButton()
387 mButtonsPref.setButton1Visible(mAppLaunchIntent != null); in updateOpenButton()
725 if (mAppLaunchIntent != null) { in launchApplication()
733 mContext.startActivityAsUser(mAppLaunchIntent, new UserHandle(mUserId)); in launchApplication()