HomeSort by relevance Sort by last modified time
    Searched defs:appLaunchIntent (Results 1 - 2 of 2) sorted by null

  /packages/apps/Nfc/src/com/android/nfc/
NfcDispatcher.java 497 Intent appLaunchIntent = pm.getLaunchIntentForPackage(firstPackage);
498 if (appLaunchIntent != null && dispatch.tryStartActivity(appLaunchIntent)) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
AppManagementFragment.java 192 Intent appLaunchIntent =
194 if (appLaunchIntent == null) {
195 appLaunchIntent = mPackageManager.getLaunchIntentForPackage(mEntry.info.packageName);
197 if (appLaunchIntent != null) {
199 openPreference.setIntent(appLaunchIntent);

Completed in 160 milliseconds