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