| /frameworks/opt/car/services/builtInServices/src_imms/com/android/server/inputmethod/ |
| D | InputMethodManagerServiceProxy.java | 490 final int callingUserId = getCallingUserId(); in addClient() local 501 final int callingUserId = getCallingUserId(); in getInputMethodList() local 512 final int callingUserId = getCallingUserId(); in getEnabledInputMethodList() local 524 final int callingUserId = getCallingUserId(); in getEnabledInputMethodSubtypeList() local 537 final int callingUserId = getCallingUserId(); in getLastInputMethodSubtype() local 550 final int callingUserId = getCallingUserId(); in showSoftInput() local 565 final int callingUserId = getCallingUserId(); in hideSoftInput() local 583 final int callingUserId = getCallingUserId(); in startInputOrWindowGainedFocus() local 605 final int callingUserId = getCallingUserId(); in showInputMethodPickerFromClient() local 616 final int callingUserId = getCallingUserId(); in showInputMethodPickerFromSystem() local [all …]
|
| /frameworks/base/services/core/java/com/android/server/pm/verify/domain/ |
| 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()
|
| /frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
| D | AccessibilitySecurityPolicyTest.java | 474 final int callingUserId = UserHandle.getUserId(Process.myUid()); in resolveCallingUserId_userIdIsCallingUser_shouldResolveProfileParent() local 484 final int callingUserId = UserHandle.getUserId(Process.myUid()); in resolveCallingUserId_callingParentIsCurrentUser_returnCurrentUser() local 500 final int callingUserId = UserHandle.getUserId(Process.myUid()); in resolveCallingUserId_callingParentNotCurrentUserAndNoPerm_shouldException() local 519 final int callingUserId = UserHandle.getUserId(Process.myUid()); in resolveCallingUserId_anotherUserIdWithCrossUserPermission_returnUserId() local 537 final int callingUserId = UserHandle.getUserId(Process.myUid()); in resolveCallingUserId_anotherUserIdWithCrossUserFullPermission_returnUserId() local 555 final int callingUserId = UserHandle.getUserId(Process.myUid()); in resolveCallingUserId_anotherUserIdWithoutCrossUserPermission_shouldException() local
|
| /frameworks/base/core/java/android/hardware/biometrics/ |
| D | IBiometricService.aidl | 54 int canAuthenticate(String opPackageName, int userId, int callingUserId, int authenticators); in canAuthenticate() 86 long[] getAuthenticatorIds(int callingUserId); in getAuthenticatorIds() 102 int getCurrentModality(String opPackageName, int userId, int callingUserId, int authenticators); in getCurrentModality()
|
| D | IBiometricAuthenticator.aidl | 73 long getAuthenticatorId(int callingUserId); in getAuthenticatorId()
|
| /frameworks/base/services/people/java/com/android/server/people/prediction/ |
| D | SharesheetModelScorer.java | 169 @UserIdInt int callingUserId, @Nullable String chooserActivity) { in computeScoreForAppShare() 175 int targetsLimit, @NonNull DataManager dataManager, @UserIdInt int callingUserId, in postProcess() 205 @NonNull DataManager dataManager, @UserIdInt int callingUserId) { in promoteMostChosenAndFrequentlyUsedApps() 273 @NonNull DataManager dataManager, @UserIdInt int callingUserId, in promoteForegroundApp() 299 @NonNull DataManager dataManager, @UserIdInt int callingUserId, in findSharingForegroundApp()
|
| D | AppTargetPredictor.java | 47 @NonNull DataManager dataManager, @UserIdInt int callingUserId, Context context) { in create() 64 @NonNull DataManager dataManager, @UserIdInt int callingUserId) { in AppTargetPredictor()
|
| /frameworks/base/services/core/java/com/android/server/biometrics/ |
| D | AuthService.java | 225 final int callingUserId = UserHandle.getCallingUserId(); in authenticate() local 312 final int callingUserId = UserHandle.getCallingUserId(); in canAuthenticate() local 390 final int callingUserId = UserHandle.getCallingUserId(); in getAuthenticatorIds() local 435 final int callingUserId = UserHandle.getCallingUserId(); in getButtonLabel() local 481 final int callingUserId = UserHandle.getCallingUserId(); in getPromptMessage() local 551 final int callingUserId = UserHandle.getCallingUserId(); in getSettingName() local
|
| /frameworks/base/services/core/java/com/android/server/search/ |
| 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
|
| /frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/ |
| D | DomainVerificationEnforcerTest.kt | 313 val callingUserId: Int, in <lambda>() constant in com.android.server.pm.test.verify.domain.Params.Input 510 val callingUserId = 0 in <lambda>() constant 547 val callingUserId = 0 in <lambda>() constant 594 val callingUserId = 0 in <lambda>() constant 651 val callingUserId = 0 in <lambda>() constant 694 val callingUserId = 0 in <lambda>() constant
|
| /frameworks/base/services/core/java/com/android/server/os/ |
| D | DeviceIdentifiersPolicyService.java | 86 int callingUserId = UserHandle.getUserId(callingUid); in checkPackageBelongsToCaller() local
|
| /frameworks/base/services/people/java/com/android/server/people/ |
| D | SessionInfo.java | 44 @UserIdInt int callingUserId, Context context) { in SessionInfo()
|
| /frameworks/base/services/people/java/com/android/server/people/data/ |
| 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()
|
| /frameworks/base/services/core/java/com/android/server/pm/ |
| D | DomainVerificationConnection.java | 80 final int callingUserId = UserHandle.getUserId(callingUid); in isCallerPackage() local
|
| D | ShortcutRequestPinProcessor.java | 220 public boolean isRequestPinItemSupported(int callingUserId, int requestType) { in isRequestPinItemSupported() 418 int callingUserId, int requestType) { in getRequestPinConfirmationActivity()
|
| D | ComputerEngine.java | 2149 int callingUid, int callingUserId, int userId, boolean requireFullPermission, in hasCrossUserPermission() 2406 final int callingUserId = UserHandle.getUserId(callingUid); in isRecentsAccessingChildProfiles() local 2745 final int callingUserId = UserHandle.getUserId(callingUid); in enforceCrossUserOrProfilePermission() local 2827 final int callingUserId = UserHandle.getUserId(callingUid); in enforceCrossUserPermission() local 3524 final int callingUserId = UserHandle.getUserId(callingUid); in getNotifyPackagesForReplacedReceived() local 3595 final int callingUserId = UserHandle.getUserId(callingUid); in currentToCanonicalPackageNames() local 3620 final int callingUserId = UserHandle.getUserId(callingUid); in canonicalToCurrentPackageNames() local 4138 final int callingUserId = UserHandle.getUserId(callingUid); in checkUidSignatures() local 4230 final int callingUserId = UserHandle.getUserId(callingUid); in hasSigningCertificate() local 4250 final int callingUserId = UserHandle.getUserId(callingUid); in hasUidSigningCertificate() local [all …]
|
| /frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
| D | AccessibilityServiceConnection.java | 312 final int callingUserId = UserHandle.getCallingUserId(); in switchToInputMethod() local 334 final int callingUserId = UserHandle.getCallingUserId(); in setInputMethodEnabled() local
|
| D | AccessibilitySecurityPolicy.java | 411 final int callingUserId = UserHandle.getCallingUserId(); in canEnableDisableInputMethod() local 483 final int callingUserId = UserHandle.getUserId(callingUid); in resolveCallingUserIdEnforcingPermissionsLocked() local
|
| /frameworks/base/services/core/java/com/android/server/biometrics/sensors/iris/ |
| D | IrisAuthenticator.java | 97 public long getAuthenticatorId(int callingUserId) throws RemoteException { in getAuthenticatorId()
|
| /frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/ |
| D | FaceAuthenticator.java | 111 public long getAuthenticatorId(int callingUserId) throws RemoteException { in getAuthenticatorId()
|
| /frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/ |
| D | FingerprintAuthenticator.java | 112 public long getAuthenticatorId(int callingUserId) throws RemoteException { in getAuthenticatorId()
|
| /frameworks/base/core/java/android/app/ |
| D | UiAutomationConnection.java | 281 int callingUserId = UserHandle.getCallingUserId(); in clearWindowContentFrameStats() local 301 int callingUserId = UserHandle.getCallingUserId(); in getWindowContentFrameStats() local
|
| /frameworks/base/apex/jobscheduler/framework/java/com/android/server/job/ |
| D | JobSchedulerInternal.java | 63 boolean isAppConsideredBuggy(int callingUserId, @NonNull String callingPackageName, in isAppConsideredBuggy()
|
| /frameworks/base/services/core/java/com/android/server/notification/ |
| D | ShortcutHelper.java | 176 int callingUserId) { in isConversationShortcut()
|
| /frameworks/base/core/java/com/android/internal/app/ |
| D | IntentForwarderActivity.java | 161 final int callingUserId = getUserId(); in onCreate() local 431 Intent newIntent, int callingUserId, int targetUserId) { in launchResolverActivityWithCorrectTab()
|