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

  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
CrossProfileIntentFilter.java 33 final class CrossProfileIntentFilter {
69 private CrossProfileIntentFilter(IntentFilter filter, int flags, @Direction int direction,
113 CrossProfileIntentFilter build() {
114 return new CrossProfileIntentFilter(mFilter, mFlags, mDirection,
  /frameworks/base/services/core/java/com/android/server/pm/
CrossProfileIntentFilter.java 29 * The {@link PackageManagerService} maintains some {@link CrossProfileIntentFilter}s for each user.
30 * If an {@link Intent} matches the {@link CrossProfileIntentFilter}, then activities in the user
33 class CrossProfileIntentFilter extends IntentFilter {
39 private static final String TAG = "CrossProfileIntentFilter";
46 CrossProfileIntentFilter(IntentFilter filter, String ownerPackage, int targetUserId,
66 CrossProfileIntentFilter(XmlPullParser parser) throws XmlPullParserException, IOException {
132 return "CrossProfileIntentFilter{0x" + Integer.toHexString(System.identityHashCode(this))
136 boolean equalsIgnoreFilter(CrossProfileIntentFilter other) {
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 

Completed in 96 milliseconds