Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/managedomainurls/
DInstantAppAccountPreferenceController.java29 private Intent mLaunchIntent; field in InstantAppAccountPreferenceController
38 if (mLaunchIntent == null || WebActionCategoryController.isDisableWebActions(mContext)) { in getAvailabilityStatus()
51 if (mLaunchIntent != null) { in handlePreferenceTreeClick()
52 mContext.startActivity(mLaunchIntent); in handlePreferenceTreeClick()
68 mLaunchIntent = instantAppSettingsIntent; in initAppSettingsIntent()
/packages/services/Car/tests/MultiDisplaySecondaryHomeTestLauncher/src/com/android/car/multidisplay/launcher/
DAppEntry.java37 private Intent mLaunchIntent; field in AppEntry
42 mLaunchIntent = new Intent(); in AppEntry()
43 mLaunchIntent.setComponent(new ComponentName(info.activityInfo.packageName, in AppEntry()
56 return mLaunchIntent; in getLaunchIntent()
60 return mLaunchIntent.getComponent(); in getComponentName()