Home
last modified time | relevance | path

Searched defs:callingUser (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/
DAppSearchManagerService.java294 private void verifyUserUnlocked(@NonNull UserHandle callingUser) { in verifyUserUnlocked()
300 private boolean isUserLocked(@NonNull UserHandle callingUser) { in isUserLocked()
335 UserHandle callingUser = handleIncomingUser(userHandle, callingUid); in setSchema() local
421 UserHandle callingUser = handleIncomingUser(userHandle, callingUid); in getSchema() local
453 UserHandle callingUser = handleIncomingUser(userHandle, callingUid); in getNamespaces() local
488 UserHandle callingUser = handleIncomingUser(userHandle, callingUid); in putDocuments() local
574 UserHandle callingUser = handleIncomingUser(userHandle, callingUid); in getDocuments() local
655 UserHandle callingUser = handleIncomingUser(userHandle, callingUid); in query() local
721 UserHandle callingUser = handleIncomingUser(userHandle, callingUid); in globalQuery() local
786 UserHandle callingUser = handleIncomingUser(userHandle, callingUid); in getNextPage() local
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DRemoteInputViewTest.java180 UserHandle callingUser = Process.myUserHandle(); in testEditorInfoTargetInputMethodUserForCallingUser() local
194 UserHandle callingUser = Process.myUserHandle(); in testEditorInfoTargetInputMethodUserForAllUser() local
/frameworks/base/services/core/java/com/android/server/wm/
DAppTaskImpl.java130 int callingUser = UserHandle.getCallingUserId(); in startActivity() local
/frameworks/base/services/core/java/com/android/server/media/projection/
DMediaProjectionManagerService.java290 final UserHandle callingUser = Binder.getCallingUserHandle(); in createProjection() local
/frameworks/base/services/core/java/com/android/server/slice/
DSliceManagerService.java148 int callingUser = Binder.getCallingUserHandle().getIdentifier(); in getPinnedSlices() local
/frameworks/base/services/core/java/com/android/server/content/
DContentService.java1361 final int callingUser = UserHandle.getCallingUserId(); in enforceCrossUserPermission() local
1377 final int callingUser = UserHandle.getCallingUserId(); in enforceNonFullCrossUserPermission() local
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java542 ServiceRecord getServiceByNameLocked(ComponentName name, int callingUser) { in getServiceByNameLocked()
549 boolean hasBackgroundServicesLocked(int callingUser) { in hasBackgroundServicesLocked()
593 private ServiceMap getServiceMapLocked(int callingUser) { in getServiceMapLocked()
602 ArrayMap<ComponentName, ServiceRecord> getServicesLocked(int callingUser) { in getServicesLocked()
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java2471 int callingUser = UserHandle.getCallingUserId(); in checkIfCallerIsForegroundUser() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSMSDispatcher.java2354 UserHandle callingUser = UserHandle.getUserHandleForUid(Binder.getCallingUid()); in getSmsTracker() local
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java2502 final UserHandle callingUser = Binder.getCallingUserHandle(); in removeOnLocalColorsChangedListener() local
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java2495 final int callingUser = UserHandle.getUserId(callingUid); in enforceManageAppOpsModes() local