HomeSort by relevance Sort by last modified time
    Searched refs:intentInfo (Results 1 - 2 of 2) 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);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowApplicationPackageManager.java 750 Intent intent, ArrayList<? extends PackageParser.IntentInfo> intentFilters) {
751 for (PackageParser.IntentInfo intentInfo : intentFilters) {
752 if (intentInfo.match(
760 return intentInfo;
    [all...]

Completed in 992 milliseconds