Searched refs:mAppLaunchIntent (Results 1 – 1 of 1) sorted by relevance
121 private Intent mAppLaunchIntent; field in AppButtonsPreferenceController158 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()