Home
last modified time | relevance | path

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

/packages/apps/Launcher3/SecondaryDisplayLauncher/src/com/android/launcher3/
DAppEntry.java30 private Intent mLaunchIntent; field in AppEntry
35 mLaunchIntent = new Intent(); in AppEntry()
36 mLaunchIntent.setComponent(new ComponentName(info.activityInfo.packageName, in AppEntry()
48 Intent getLaunchIntent() { return mLaunchIntent; } in getLaunchIntent()
51 return mLaunchIntent.getComponent(); in getComponentName()
/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.java30 private Intent mLaunchIntent; field in AppEntry
35 mLaunchIntent = new Intent(); in AppEntry()
36 mLaunchIntent.setComponent(new ComponentName(info.activityInfo.packageName, in AppEntry()
49 return mLaunchIntent; in getLaunchIntent()
53 return mLaunchIntent.getComponent(); in getComponentName()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/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/apps/Car/LensPicker/src/com/android/support/car/lenspicker/
DLensPickerItem.java28 private final Intent mLaunchIntent; field in LensPickerItem
34 mLaunchIntent = launchIntent; in LensPickerItem()
56 return mLaunchIntent; in getLaunchIntent()
/packages/apps/Nfc/src/com/android/nfc/
DBeamShareActivity.java65 Intent mLaunchIntent; field in BeamShareActivity
73 mLaunchIntent = getIntent(); in onCreate()
81 parseShareIntentAndFinish(mLaunchIntent); in onCreate()
117 parseShareIntentAndFinish(mLaunchIntent); in showNfcDialogAndExit()
270 parseShareIntentAndFinish(mLaunchIntent);
/packages/apps/Settings/src/com/android/settings/datausage/
DDataUsageSummaryPreference.java81 private Intent mLaunchIntent; field in DataUsageSummaryPreference
124 mLaunchIntent = launchIntent; in setUsageInfo()
209 if (mLaunchIntent != null) { in onBindViewHolder()
211 getContext().startActivity(mLaunchIntent); in onBindViewHolder()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/datausage/
DDataUsageSummaryPreference.java81 private Intent mLaunchIntent; field in DataUsageSummaryPreference
124 mLaunchIntent = launchIntent; in setUsageInfo()
209 if (mLaunchIntent != null) { in onBindViewHolder()
211 getContext().startActivity(mLaunchIntent); in onBindViewHolder()