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

/frameworks/base/services/core/java/com/android/server/pm/
H A DCrossProfileIntentFilter.java36 private static final String ATTR_OWNER_USER_ID = "ownerUserId";
48 CrossProfileIntentFilter(IntentFilter filter, String ownerPackage, int ownerUserId, argument
52 mOwnerUserId = ownerUserId;
H A DPackageManagerService.java11995 int ownerUserId, int sourceUserId, int targetUserId, int flags) {
11999 enforceOwnerRights(ownerPackage, ownerUserId, callingUid);
12027 int ownerUserId) {
12031 enforceOwnerRights(ownerPackage, ownerUserId, callingUid);
11994 addCrossProfileIntentFilter(IntentFilter intentFilter, String ownerPackage, int ownerUserId, int sourceUserId, int targetUserId, int flags) argument
12026 clearCrossProfileIntentFilters(int sourceUserId, String ownerPackage, int ownerUserId) argument

Completed in 63 milliseconds