Searched refs:appLaunchIntent (Results 1 – 3 of 3) sorted by relevance
173 Intent appLaunchIntent = in onCreatePreferences() local175 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()
497 Intent appLaunchIntent = pm.getLaunchIntentForPackage(firstPackage); in tryNdef() local498 if (appLaunchIntent != null && dispatch.tryStartActivity(appLaunchIntent)) { in tryNdef()
4684 public ItemInfo createAppDragInfo(Intent appLaunchIntent) { in createAppDragInfo() argument4688 UserHandle userHandle = appLaunchIntent.getParcelableExtra(Intent.EXTRA_USER); in createAppDragInfo()4693 return createAppDragInfo(appLaunchIntent, user); in createAppDragInfo()