Home
last modified time | relevance | path

Searched refs:ownerUserId (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DCrossProfileIntentFilter.java48 CrossProfileIntentFilter(IntentFilter filter, String ownerPackage, int ownerUserId, in CrossProfileIntentFilter() argument
52 mOwnerUserId = ownerUserId; in CrossProfileIntentFilter()
DPackageManagerService.java11995 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/
DIPackageManager.aidl262 int ownerUserId, int sourceUserId, int targetUserId, int flags); in addCrossProfileIntentFilter() argument
264 void clearCrossProfileIntentFilters(int sourceUserId, String ownerPackage, int ownerUserId); in clearCrossProfileIntentFilters() argument