Home
last modified time | relevance | path

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

123

/frameworks/opt/car/services/builtInServices/src_imms/com/android/server/inputmethod/
DInputMethodManagerServiceProxy.java490 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/
DDomainVerificationEnforcer.java135 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/
DAccessibilitySecurityPolicyTest.java474 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/
DIBiometricService.aidl54 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()
DIBiometricAuthenticator.aidl73 long getAuthenticatorId(int callingUserId); in getAuthenticatorId()
/frameworks/base/services/people/java/com/android/server/people/prediction/
DSharesheetModelScorer.java169 @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()
DAppTargetPredictor.java47 @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/
DAuthService.java225 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/
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.kt313 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/
DDeviceIdentifiersPolicyService.java86 int callingUserId = UserHandle.getUserId(callingUid); in checkPackageBelongsToCaller() local
/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/services/core/java/com/android/server/pm/
DDomainVerificationConnection.java80 final int callingUserId = UserHandle.getUserId(callingUid); in isCallerPackage() local
DShortcutRequestPinProcessor.java220 public boolean isRequestPinItemSupported(int callingUserId, int requestType) { in isRequestPinItemSupported()
418 int callingUserId, int requestType) { in getRequestPinConfirmationActivity()
DComputerEngine.java2149 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/
DAccessibilityServiceConnection.java312 final int callingUserId = UserHandle.getCallingUserId(); in switchToInputMethod() local
334 final int callingUserId = UserHandle.getCallingUserId(); in setInputMethodEnabled() local
DAccessibilitySecurityPolicy.java411 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/
DIrisAuthenticator.java97 public long getAuthenticatorId(int callingUserId) throws RemoteException { in getAuthenticatorId()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
DFaceAuthenticator.java111 public long getAuthenticatorId(int callingUserId) throws RemoteException { in getAuthenticatorId()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
DFingerprintAuthenticator.java112 public long getAuthenticatorId(int callingUserId) throws RemoteException { in getAuthenticatorId()
/frameworks/base/core/java/android/app/
DUiAutomationConnection.java281 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/
DJobSchedulerInternal.java63 boolean isAppConsideredBuggy(int callingUserId, @NonNull String callingPackageName, in isAppConsideredBuggy()
/frameworks/base/services/core/java/com/android/server/notification/
DShortcutHelper.java176 int callingUserId) { in isConversationShortcut()
/frameworks/base/core/java/com/android/internal/app/
DIntentForwarderActivity.java161 final int callingUserId = getUserId(); in onCreate() local
431 Intent newIntent, int callingUserId, int targetUserId) { in launchResolverActivityWithCorrectTab()

123