Searched defs:callerUserId (Results 1 – 3 of 3) sorted by relevance
123 final int callerUserId = mInjector.getCallingUserId(); in startActivityAsUser() local199 final int callerUserId = mInjector.getCallingUserId(); in startActivityAsUserByIntent() local
635 int callerUserId = UserHandle.getCallingUserId(); in addOnSubscriptionsChangedListener() local689 int callerUserId = UserHandle.getCallingUserId(); in addOnOpportunisticSubscriptionsChangedListener() local807 int callerUserId = UserHandle.getCallingUserId(); in listen() local
4479 private boolean isSameProfileGroup(@UserIdInt int callerUserId, @UserIdInt int userId) { in isSameProfileGroup()