HomeSort by relevance Sort by last modified time
    Searched refs:intentInfo (Results 1 - 3 of 3) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/app/
LauncherShortcuts.java 82 TextView intentInfo = (TextView) findViewById(R.id.txt_shortcut_intent);
88 intentInfo.setText(info);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/wear/
WearPackageUtil.java 144 final PackageParser.ActivityIntentInfo intentInfo = intents.get(j);
145 if (intentInfo.hasAction(Intent.ACTION_MAIN)) {
146 if (intentInfo.hasCategory(Intent.CATEGORY_INFO) ||
147 intentInfo .hasCategory(Intent.CATEGORY_LAUNCHER)) {
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java     [all...]

Completed in 1063 milliseconds