Home
last modified time | relevance | path

Searched defs:callerUserId (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DCrossProfileAppsServiceImpl.java125 final int callerUserId = mInjector.getCallingUserId(); in startActivityAsUser() local
201 final int callerUserId = mInjector.getCallingUserId(); in startActivityAsUserByIntent() local
DPackageManagerService.java2089 boolean isSameProfileGroup(@UserIdInt int callerUserId, @UserIdInt int userId); in isSameProfileGroup()
4274 public final boolean isSameProfileGroup(@UserIdInt int callerUserId, in isSameProfileGroup()
5434 public final boolean isSameProfileGroup(@UserIdInt int callerUserId, in isSameProfileGroup()
12395 private boolean isSameProfileGroup(@UserIdInt int callerUserId, @UserIdInt int userId) { in isSameProfileGroup()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java842 int callerUserId = UserHandle.getCallingUserId(); in addOnSubscriptionsChangedListener() local
896 int callerUserId = UserHandle.getCallingUserId(); in addOnOpportunisticSubscriptionsChangedListener() local
1001 int callerUserId = UserHandle.getCallingUserId(); in listen() local