Searched refs:mAppLaunchIntent (Results 1 – 1 of 1) sorted by relevance
120 private Intent mAppLaunchIntent; field in AppButtonsPreferenceController156 mAppLaunchIntent = mPm.getLaunchIntentForPackage(mPackageName); in AppButtonsPreferenceController()372 mAppLaunchIntent = mPm.getLaunchIntentForPackage(mPackageName); in updateOpenButton()373 mButtonsPref.setButton1Visible(mAppLaunchIntent != null); in updateOpenButton()713 if (mAppLaunchIntent != null) { in launchApplication()721 mContext.startActivityAsUser(mAppLaunchIntent, new UserHandle(mUserId)); in launchApplication()