Searched defs:CrossProfileIntentFilter (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/pm/
H A DCrossProfileIntentFilter.java29 * 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 { class in inherits:IntentFilter
39 private static final String TAG = "CrossProfileIntentFilter";
46 CrossProfileIntentFilter(IntentFilter filter, String ownerPackage, int targetUserId, method in class:CrossProfileIntentFilter
66 CrossProfileIntentFilter(XmlPullParser parser) throws XmlPullParserException, IOException { method in class:CrossProfileIntentFilter
132 return "CrossProfileIntentFilter{0x" + Integer.toHexString(System.identityHashCode(this))
136 boolean equalsIgnoreFilter(CrossProfileIntentFilter other) {

Completed in 30 milliseconds