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

  /frameworks/base/services/core/java/com/android/server/pm/
IntentFilterVerificationState.java 38 private ArrayList<PackageParser.ActivityIntentInfo> mFilters = new ArrayList<>();
69 public ArrayList<PackageParser.ActivityIntentInfo> getFilters() {
126 public void addFilter(PackageParser.ActivityIntentInfo filter) {
PackageManagerService.java 174 import android.content.pm.PackageParser.ActivityIntentInfo;
    [all...]
Settings.java     [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
LegacyManifestParser.java 30 import android.content.pm.PackageParser.ActivityIntentInfo;
211 ActivityIntentInfo outInfo = new ActivityIntentInfo(activity);
242 ActivityIntentInfo outInfo = new ActivityIntentInfo(receiver);
  /frameworks/base/core/java/android/content/pm/
PackageParser.java     [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
PackageParserTest.java 519 pkg.preferredActivityFilters.add(new PackageParser.ActivityIntentInfo(
  /frameworks/base/config/
preloaded-classes     [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 512 milliseconds