Home
last modified time | relevance | path

Searched defs:callingUserId (Results 1 – 25 of 64) sorted by relevance

123

/frameworks/base/services/core/java/com/android/server/pm/verify/domain/
DDomainVerificationEnforcer.java132 public boolean assertApprovedUserStateQuerent(int callingUid, @UserIdInt int callingUserId, in assertApprovedUserStateQuerent()
153 public boolean assertApprovedUserSelector(int callingUid, @UserIdInt int callingUserId, in assertApprovedUserSelector()
180 public boolean callerIsLegacyUserSelector(int callingUid, @UserIdInt int callingUserId, in callerIsLegacyUserSelector()
205 public boolean callerIsLegacyUserQuerent(int callingUid, @UserIdInt int callingUserId, in callerIsLegacyUserQuerent()
230 public void assertOwnerQuerent(int callingUid, @UserIdInt int callingUserId, in assertOwnerQuerent()
/frameworks/base/core/java/android/hardware/biometrics/
DIBiometricService.aidl48 int canAuthenticate(String opPackageName, int userId, int callingUserId, int authenticators); in canAuthenticate()
61 int callingUserId); in registerEnabledOnKeyguardCallback()
75 long[] getAuthenticatorIds(int callingUserId); in getAuthenticatorIds()
84 int getCurrentModality(String opPackageName, int userId, int callingUserId, int authenticators); in getCurrentModality()
DIBiometricAuthenticator.aidl72 long getAuthenticatorId(int callingUserId); in getAuthenticatorId()
/frameworks/base/services/core/java/com/android/server/biometrics/
DAuthService.java213 final int callingUserId = UserHandle.getCallingUserId(); in authenticate() local
295 final int callingUserId = UserHandle.getCallingUserId(); in canAuthenticate() local
334 final int callingUserId = UserHandle.getCallingUserId(); in registerEnabledOnKeyguardCallback() local
374 final int callingUserId = UserHandle.getCallingUserId(); in getAuthenticatorIds() local
408 final int callingUserId = UserHandle.getCallingUserId(); in getButtonLabel() local
454 final int callingUserId = UserHandle.getCallingUserId(); in getPromptMessage() local
524 final int callingUserId = UserHandle.getCallingUserId(); in getSettingName() local
DBiometricService.java728 public int canAuthenticate(String opPackageName, int userId, int callingUserId, in canAuthenticate()
816 IBiometricEnabledOnKeyguardCallback callback, int callingUserId) { in registerEnabledOnKeyguardCallback()
822 callingUserId); in registerEnabledOnKeyguardCallback() local
837 public long[] getAuthenticatorIds(int callingUserId) { in getAuthenticatorIds()
922 int callingUserId, in getCurrentModality()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAccessibilitySecurityPolicyTest.java490 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
/frameworks/base/services/people/java/com/android/server/people/prediction/
DSharesheetModelScorer.java172 @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()
DAppTargetPredictor.java47 @NonNull DataManager dataManager, @UserIdInt int callingUserId, Context context) { in create()
64 @NonNull DataManager dataManager, @UserIdInt int callingUserId) { in AppTargetPredictor()
DShareTargetPredictor.java70 @UserIdInt int callingUserId, @NonNull Context context) { in ShareTargetPredictor()
/frameworks/base/services/core/java/com/android/server/search/
DSearchables.java470 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
/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/
DDomainVerificationEnforcerTest.kt286 val callingUserId: Int, in <lambda>() constant in com.android.server.pm.test.verify.domain.Params.Input
484 val callingUserId = 0 in <lambda>() constant
521 val callingUserId = 0 in <lambda>() constant
568 val callingUserId = 0 in <lambda>() constant
625 val callingUserId = 0 in <lambda>() constant
668 val callingUserId = 0 in <lambda>() constant
/frameworks/base/services/people/java/com/android/server/people/
DSessionInfo.java44 @UserIdInt int callingUserId, Context context) { in SessionInfo()
/frameworks/base/services/people/java/com/android/server/people/data/
DDataManager.java199 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()
/frameworks/base/core/java/com/android/internal/app/
DIntentForwarderActivity.java134 final int callingUserId = getUserId(); in onCreate() local
226 Intent newIntent, int callingUserId, int targetUserId) { in launchResolverActivityWithCorrectTab()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/iris/
DIrisAuthenticator.java96 public long getAuthenticatorId(int callingUserId) throws RemoteException { in getAuthenticatorId()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
DFingerprintAuthenticator.java104 public long getAuthenticatorId(int callingUserId) throws RemoteException { in getAuthenticatorId()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
DFaceAuthenticator.java104 public long getAuthenticatorId(int callingUserId) throws RemoteException { in getAuthenticatorId()
/frameworks/base/core/java/android/app/
DUiAutomationConnection.java243 int callingUserId = UserHandle.getCallingUserId(); in clearWindowContentFrameStats() local
263 int callingUserId = UserHandle.getCallingUserId(); in getWindowContentFrameStats() local
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutRequestPinProcessor.java220 public boolean isRequestPinItemSupported(int callingUserId, int requestType) { in isRequestPinItemSupported()
418 int callingUserId, int requestType) { in getRequestPinConfirmationActivity()
/frameworks/base/core/java/android/content/pm/
DShortcutServiceInternal.java95 public abstract boolean isRequestPinItemSupported(int callingUserId, int requestType); in isRequestPinItemSupported()
120 public abstract boolean isSharingShortcut(int callingUserId, @NonNull String callingPackage, in isSharingShortcut()
/frameworks/base/services/core/java/com/android/server/notification/
DShortcutHelper.java176 int callingUserId) { in isConversationShortcut()
/frameworks/base/apex/media/service/java/com/android/server/media/
DMediaCommunicationService.java392 private boolean hasEnabledNotificationListener(int callingUserId, in hasEnabledNotificationListener()
418 int callingUserId = UserHandle.getUserHandleForUid(uid).getIdentifier(); in handleIncomingUser() local
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerService.java1261 final int callingUserId = UserHandle.getCallingUserId(); in getKeyphraseSoundModel() local
1304 final int callingUserId = UserHandle.getCallingUserId(); in deleteKeyphraseSoundModel() local
1343 final int callingUserId = UserHandle.getCallingUserId(); in isEnrolledForKeyphrase() local
1365 final int callingUserId = UserHandle.getCallingUserId(); in getEnrolledKeyphraseMetadata() local
1435 final int callingUserId = UserHandle.getCallingUserId(); in startRecognition() local
/frameworks/base/services/core/java/com/android/server/pm/permission/
DPermissionManagerService.java538 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
/frameworks/base/services/core/java/com/android/server/os/
DBugreportManagerServiceImpl.java212 int callingUserId = UserHandle.getUserId(Binder.getCallingUid()); in isCurrentUserAffiliated() local

123