Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/MultiDisplaySecondaryHomeTestLauncher/src/com/android/car/multidisplay/launcher/
H A 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()
/aosp12/packages/apps/Settings/src/com/android/settings/applications/managedomainurls/
H A 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()
/aosp12/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DInstallSuccess.java51 private Intent mLaunchIntent; field in InstallSuccess
81 mLaunchIntent = getPackageManager().getLaunchIntentForPackage(mAppPackageName); in onCreate()
114 if (mLaunchIntent != null) { in bindUi()
115 List<ResolveInfo> list = getPackageManager().queryIntentActivities(mLaunchIntent, in bindUi()
126 startActivity(mLaunchIntent); in bindUi()
/aosp12/frameworks/base/tests/MemoryUsage/src/com/android/tests/memoryusage/
H A DMemoryUsageTest.java308 private Intent mLaunchIntent; field in MemoryUsageTest.AppLaunchRunnable
311 mLaunchIntent = intent; in AppLaunchRunnable()
316 String mimeType = mLaunchIntent.getType(); in run()
317 if (mimeType == null && mLaunchIntent.getData() != null in run()
318 && "content".equals(mLaunchIntent.getData().getScheme())) { in run()
319 mimeType = mAm.getProviderMimeType(mLaunchIntent.getData(), in run()
325 getInstrumentation().getContext().getAttributionTag(), mLaunchIntent, in run()
326 mimeType, null, null, 0, mLaunchIntent.getFlags(), null, null, in run()
/aosp12/packages/apps/Nfc/src/com/android/nfc/
H A 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);
/aosp12/packages/apps/Settings/src/com/android/settings/datausage/
H A DDataUsageSummaryPreference.java82 private Intent mLaunchIntent; field in DataUsageSummaryPreference
125 mLaunchIntent = launchIntent; in setUsageInfo()
210 if (mLaunchIntent != null) { in onBindViewHolder()
212 getContext().startActivity(mLaunchIntent); in onBindViewHolder()
/aosp12/frameworks/base/tests/AppLaunchWear/src/com/android/tests/applaunch/
H A DAppLaunch.java710 private Intent mLaunchIntent; field in AppLaunch.AppLaunchRunnable
717 mLaunchIntent = intent; in AppLaunchRunnable()
730 String packageName = mLaunchIntent.getComponent().getPackageName(); in run()
731 String componentName = mLaunchIntent.getComponent().flattenToShortString(); in run()
/aosp12/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
H A DAppLaunch.java1256 private Intent mLaunchIntent; field in AppLaunch.AppLaunchRunnable
1261 mLaunchIntent = intent; in AppLaunchRunnable()
1273 String packageName = mLaunchIntent.getComponent().getPackageName(); in run()
1274 String componentName = mLaunchIntent.getComponent().flattenToShortString(); in run()
/aosp12/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionRecord.java135 private PendingIntent mLaunchIntent; field in MediaSessionRecord
513 pw.println(indent + "launchIntent=" + mLaunchIntent); in dump()
968 mLaunchIntent = pi; in setLaunchPendingIntent()
1418 return mLaunchIntent;