Searched refs:appLaunchIntent (Results 1 – 2 of 2) sorted by relevance
239 Intent appLaunchIntent = in updatePrefs() local241 if (appLaunchIntent == null) { in updatePrefs()242 appLaunchIntent = mPackageManager.getLaunchIntentForPackage(mEntry.info.packageName); in updatePrefs()244 if (appLaunchIntent != null) { in updatePrefs()245 openPreference.setIntent(appLaunchIntent); in updatePrefs()
542 Intent appLaunchIntent = pm.getLaunchIntentForPackage(firstPackage); in tryNdef() local543 if (appLaunchIntent != null) { in tryNdef()544 ResolveInfo ri = pm.resolveActivity(appLaunchIntent, 0); in tryNdef()546 dispatch.tryStartActivity(appLaunchIntent)) { in tryNdef()