Home
last modified time | relevance | path

Searched refs:appLaunchIntent (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
DAppManagementFragment.java173 Intent appLaunchIntent = in onCreatePreferences() local
175 if (appLaunchIntent == null) { in onCreatePreferences()
176 appLaunchIntent = mPackageManager.getLaunchIntentForPackage(mEntry.info.packageName); in onCreatePreferences()
178 if (appLaunchIntent != null) { in onCreatePreferences()
180 openPreference.setIntent(appLaunchIntent); in onCreatePreferences()
/packages/apps/Nfc/src/com/android/nfc/
DNfcDispatcher.java497 Intent appLaunchIntent = pm.getLaunchIntentForPackage(firstPackage); in tryNdef() local
498 if (appLaunchIntent != null && dispatch.tryStartActivity(appLaunchIntent)) { in tryNdef()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java4684 public ItemInfo createAppDragInfo(Intent appLaunchIntent) { in createAppDragInfo() argument
4688 UserHandle userHandle = appLaunchIntent.getParcelableExtra(Intent.EXTRA_USER); in createAppDragInfo()
4693 return createAppDragInfo(appLaunchIntent, user); in createAppDragInfo()