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

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
LegacyManifestParser.java 32 import android.content.pm.PackageParser.IntentInfo;
344 private static void populateIntentInfo(IntentFilterData intentFilterData, IntentInfo outInfo) {
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 195 milliseconds