Searched refs:ownerUserId (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/pm/ |
D | CrossProfileIntentFilter.java | 48 CrossProfileIntentFilter(IntentFilter filter, String ownerPackage, int ownerUserId, in CrossProfileIntentFilter() argument 52 mOwnerUserId = ownerUserId; in CrossProfileIntentFilter()
|
D | PackageManagerService.java | 11995 int ownerUserId, int sourceUserId, int targetUserId, int flags) { in addCrossProfileIntentFilter() argument 11999 enforceOwnerRights(ownerPackage, ownerUserId, callingUid); in addCrossProfileIntentFilter() 12027 int ownerUserId) { in clearCrossProfileIntentFilters() argument 12031 enforceOwnerRights(ownerPackage, ownerUserId, callingUid); in clearCrossProfileIntentFilters()
|
/frameworks/base/core/java/android/content/pm/ |
D | IPackageManager.aidl | 262 int ownerUserId, int sourceUserId, int targetUserId, int flags); in addCrossProfileIntentFilter() argument 264 void clearCrossProfileIntentFilters(int sourceUserId, String ownerPackage, int ownerUserId); in clearCrossProfileIntentFilters() argument
|