/aosp12/frameworks/base/services/core/java/com/android/server/pm/verify/domain/ |
H A D | DomainVerificationEnforcer.java | 135 public boolean assertApprovedUserStateQuerent(int callingUid, @UserIdInt int callingUserId, in assertApprovedUserStateQuerent() 156 public boolean assertApprovedUserSelector(int callingUid, @UserIdInt int callingUserId, in assertApprovedUserSelector() 183 public boolean callerIsLegacyUserSelector(int callingUid, @UserIdInt int callingUserId, in callerIsLegacyUserSelector() 208 public boolean callerIsLegacyUserQuerent(int callingUid, @UserIdInt int callingUserId, in callerIsLegacyUserQuerent() 233 public void assertOwnerQuerent(int callingUid, @UserIdInt int callingUserId, in assertOwnerQuerent()
|
/aosp12/frameworks/base/core/java/android/hardware/biometrics/ |
H A D | IBiometricService.aidl | 49 int canAuthenticate(String opPackageName, int userId, int callingUserId, int authenticators); in canAuthenticate() 62 int callingUserId); in registerEnabledOnKeyguardCallback() 76 long[] getAuthenticatorIds(int callingUserId); in getAuthenticatorIds() 85 int getCurrentModality(String opPackageName, int userId, int callingUserId, int authenticators); in getCurrentModality()
|
H A D | IBiometricAuthenticator.aidl | 72 long getAuthenticatorId(int callingUserId); in getAuthenticatorId()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/ |
H A D | AuthService.java | 214 final int callingUserId = UserHandle.getCallingUserId(); in authenticate() local 296 final int callingUserId = UserHandle.getCallingUserId(); in canAuthenticate() local 335 final int callingUserId = UserHandle.getCallingUserId(); in registerEnabledOnKeyguardCallback() local 375 final int callingUserId = UserHandle.getCallingUserId(); in getAuthenticatorIds() local 409 final int callingUserId = UserHandle.getCallingUserId(); in getButtonLabel() local 455 final int callingUserId = UserHandle.getCallingUserId(); in getPromptMessage() local 525 final int callingUserId = UserHandle.getCallingUserId(); in getSettingName() local
|
H A D | BiometricService.java | 743 public int canAuthenticate(String opPackageName, int userId, int callingUserId, in canAuthenticate() 831 IBiometricEnabledOnKeyguardCallback callback, int callingUserId) { in registerEnabledOnKeyguardCallback() 837 callingUserId); in registerEnabledOnKeyguardCallback() local 852 public long[] getAuthenticatorIds(int callingUserId) { in getAuthenticatorIds() 937 int callingUserId, in getCurrentModality()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
H A D | AccessibilitySecurityPolicyTest.java | 490 final int callingUserId = UserHandle.getUserId(Process.myUid()); in resolveCallingUserId_userIdIsCallingUser_shouldResolveProfileParent() local 500 final int callingUserId = UserHandle.getUserId(Process.myUid()); in resolveCallingUserId_callingParentIsCurrentUser_returnCurrentUser() local 516 final int callingUserId = UserHandle.getUserId(Process.myUid()); in resolveCallingUserId_callingParentNotCurrentUserAndNoPerm_shouldException() local 535 final int callingUserId = UserHandle.getUserId(Process.myUid()); in resolveCallingUserId_anotherUserIdWithCrossUserPermission_returnUserId() local 553 final int callingUserId = UserHandle.getUserId(Process.myUid()); in resolveCallingUserId_anotherUserIdWithCrossUserFullPermission_returnUserId() local 571 final int callingUserId = UserHandle.getUserId(Process.myUid()); in resolveCallingUserId_anotherUserIdWithoutCrossUserPermission_shouldException() local
|
/aosp12/frameworks/base/services/people/java/com/android/server/people/prediction/ |
H A D | SharesheetModelScorer.java | 172 @UserIdInt int callingUserId) { in computeScoreForAppShare() 178 int targetsLimit, @NonNull DataManager dataManager, @UserIdInt int callingUserId) { in postProcess() 207 @NonNull DataManager dataManager, @UserIdInt int callingUserId) { in promoteMostChosenAndFrequentlyUsedApps() 275 @NonNull DataManager dataManager, @UserIdInt int callingUserId) { in promoteForegroundApp() 300 @NonNull DataManager dataManager, @UserIdInt int callingUserId) { in findSharingForegroundApp()
|
H A D | AppTargetPredictor.java | 47 @NonNull DataManager dataManager, @UserIdInt int callingUserId, Context context) { in create() 64 @NonNull DataManager dataManager, @UserIdInt int callingUserId) { in AppTargetPredictor()
|
H A D | ShareTargetPredictor.java | 70 @UserIdInt int callingUserId, @NonNull Context context) { in ShareTargetPredictor()
|
/aosp12/frameworks/base/services/core/java/com/android/server/search/ |
H A D | Searchables.java | 470 final int callingUserId = UserHandle.getCallingUserId(); in createFilterdSearchableInfoList() local 486 final int callingUserId = UserHandle.getCallingUserId(); in createFilterdResolveInfoList() local 502 final int callingUserId = UserHandle.getCallingUserId(); in getGlobalSearchActivity() local 516 final int callingUserId = UserHandle.getCallingUserId(); in getWebSearchActivity() local
|
/aosp12/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/ |
H A D | DomainVerificationEnforcerTest.kt | 503 val callingUserId = 0 regex 540 val callingUserId = 0 regex 587 val callingUserId = 0 regex 644 val callingUserId = 0 regex 687 val callingUserId = 0 regex
|
/aosp12/frameworks/base/services/core/java/com/android/server/os/ |
H A D | DeviceIdentifiersPolicyService.java | 86 int callingUserId = UserHandle.getUserId(callingUid); in checkPackageBelongsToCaller() local
|
/aosp12/frameworks/base/services/people/java/com/android/server/people/ |
H A D | SessionInfo.java | 44 @UserIdInt int callingUserId, Context context) { in SessionInfo()
|
/aosp12/frameworks/base/services/people/java/com/android/server/people/data/ |
H A D | DataManager.java | 199 void forPackagesInProfile(@UserIdInt int callingUserId, Consumer<PackageData> consumer) { in forPackagesInProfile() 234 @UserIdInt int callingUserId) { in getShareShortcuts() 307 public List<ConversationChannel> getRecentConversations(@UserIdInt int callingUserId) { in getRecentConversations() 331 @UserIdInt int callingUserId) { in removeRecentConversation() 343 public void removeAllRecentConversations(@UserIdInt int callingUserId) { in removeAllRecentConversations() 351 public void pruneOldRecentConversations(@UserIdInt int callingUserId, long currentTimeMs) { in pruneOldRecentConversations() 375 public void pruneExpiredConversationStatuses(@UserIdInt int callingUserId, long currentTimeMs) { in pruneExpiredConversationStatuses() 536 public List<UsageEvents.Event> queryAppMovingToForegroundEvents(@UserIdInt int callingUserId, in queryAppMovingToForegroundEvents() 549 public Map<String, AppUsageStatsData> queryAppUsageStats( in queryAppUsageStats()
|
/aosp12/frameworks/base/core/java/com/android/internal/app/ |
H A D | IntentForwarderActivity.java | 134 final int callingUserId = getUserId(); in onCreate() local 226 Intent newIntent, int callingUserId, int targetUserId) { in launchResolverActivityWithCorrectTab()
|
/aosp12/packages/apps/Settings/src/com/android/settings/password/ |
H A D | SetNewPasswordController.java | 76 final int callingUserId = Utils.getSecureTargetUser(activityToken, in create() local
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | ShortcutServiceInternal.java | 95 public abstract boolean isRequestPinItemSupported(int callingUserId, int requestType); in isRequestPinItemSupported() 120 public abstract boolean isSharingShortcut(int callingUserId, @NonNull String callingPackage, in isSharingShortcut()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | UiAutomationConnection.java | 243 int callingUserId = UserHandle.getCallingUserId(); in clearWindowContentFrameStats() local 263 int callingUserId = UserHandle.getCallingUserId(); in getWindowContentFrameStats() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | ShortcutRequestPinProcessor.java | 220 public boolean isRequestPinItemSupported(int callingUserId, int requestType) { in isRequestPinItemSupported() 418 int callingUserId, int requestType) { in getRequestPinConfirmationActivity()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/ |
H A D | FingerprintAuthenticator.java | 105 public long getAuthenticatorId(int callingUserId) throws RemoteException { in getAuthenticatorId()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/ |
H A D | FaceAuthenticator.java | 105 public long getAuthenticatorId(int callingUserId) throws RemoteException { in getAuthenticatorId()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/iris/ |
H A D | IrisAuthenticator.java | 96 public long getAuthenticatorId(int callingUserId) throws RemoteException { in getAuthenticatorId()
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | ShortcutHelper.java | 176 int callingUserId) { in isConversationShortcut()
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/permission/ |
H A D | PermissionManagerService.java | 538 final int callingUserId = UserHandle.getUserId(callingUid); in getAllPermissionGroups() local 564 final int callingUserId = UserHandle.getUserId(callingUid); in getPermissionGroupInfo() local 595 final int callingUserId = UserHandle.getUserId(callingUid); in getPermissionInfo() local 638 final int callingUserId = UserHandle.getUserId(callingUid); in queryPermissionsByGroup() local 1232 final int callingUserId = UserHandle.getUserId(callingUid); in checkExistsAndEnforceCannotModifyImmutablyRestrictedPermission() local
|
/aosp12/frameworks/base/apex/media/service/java/com/android/server/media/ |
H A D | MediaCommunicationService.java | 392 private boolean hasEnabledNotificationListener(int callingUserId, in hasEnabledNotificationListener() 418 int callingUserId = UserHandle.getUserHandleForUid(uid).getIdentifier(); in handleIncomingUser() local
|