Searched defs:CrossProfileIntentFilter (Results 1 - 1 of 1) sorted by relevance

/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
40 private static final String TAG = "CrossProfileIntentFilter";
44 final int mOwnerUserId; // userId of the app which has set this CrossProfileIntentFilter.
48 CrossProfileIntentFilter(IntentFilter filter, String ownerPackage, int ownerUserId, method in class:CrossProfileIntentFilter
73 CrossProfileIntentFilter(XmlPullParser parser) throws XmlPullParserException, IOException { method in class:CrossProfileIntentFilter
141 return "CrossProfileIntentFilter{0x" + Integer.toHexString(System.identityHashCode(this))
145 boolean equalsIgnoreFilter(CrossProfileIntentFilter other) {

Completed in 33 milliseconds