Home
last modified time | relevance | path

Searched defs:resolvedUserId (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/base/services/print/java/com/android/server/print/
DPrintManagerService.java174 final int resolvedUserId = resolveCallingUserEnforcingPermissions(userId); in print() local
198 final int resolvedUserId = resolveCallingUserEnforcingPermissions(userId); in getPrintJobInfos() local
223 final int resolvedUserId = resolveCallingUserEnforcingPermissions(userId); in getPrintJobInfo() local
246 final int resolvedUserId = resolveCallingUserEnforcingPermissions(userId); in getCustomPrinterIcon() local
282 final int resolvedUserId = resolveCallingUserEnforcingPermissions(userId); in validateIconUserBoundary() local
302 final int resolvedUserId = resolveCallingUserEnforcingPermissions(userId); in cancelPrintJob() local
328 final int resolvedUserId = resolveCallingUserEnforcingPermissions(userId); in restartPrintJob() local
354 final int resolvedUserId = resolveCallingUserEnforcingPermissions(userId); in getPrintServices() local
373 final int resolvedUserId = resolveCallingUserEnforcingPermissions(userId); in setPrintServiceEnabled() local
420 final int resolvedUserId = resolveCallingUserEnforcingPermissions(userId); in isPrintServiceEnabled() local
[all …]
/frameworks/base/services/core/java/com/android/server/tv/interactive/
DTvInteractiveAppManagerService.java918 final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), in getTvAdServiceList() local
941 final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), in sendAppLinkCommand() local
979 final int resolvedUserId = resolveCallingUserId(callingPid, callingUid, in createSession() local
1045 final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), callingUid, in releaseSession() local
1060 final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), callingUid, in setSurface() local
1087 final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), callingUid, in dispatchSurfaceChanged() local
1112 final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), callingUid, in startAdService() local
1137 final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), callingUid, in stopAdService() local
1162 final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), callingUid, in resetAdService() local
1187 final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), callingUid, in sendCurrentVideoBounds() local
[all …]
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputManagerService.java1186 final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), in getTvInputList() local
1205 final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), in getTvInputInfo() local
1231 final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), in updateTvInputInfo() local
1255 final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), in getTvInputState() local
1274 final int resolvedUserId = resolveCallingUserId(callingPid, callingUid, in getAvailableExtensionInterfaceNames() local
1320 final int resolvedUserId = resolveCallingUserId(callingPid, callingUid, in getExtensionInterface() local
1364 final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), in getTvContentRatingSystemList() local
1411 final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), in sendTvInputNotifyIntent() local
1425 final int resolvedUserId = resolveCallingUserId(callingPid, callingUid, userId, in registerCallback() local
1445 final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), in unregisterCallback() local
[all …]
DTvInputHardwareManager.java338 Connection connection, int callingUid, int resolvedUserId) { in checkUidChangedLocked()
471 TvInputInfo info, int callingUid, int resolvedUserId, in acquireHardware()
513 int resolvedUserId) { in releaseHardware()
560 int resolvedUserId) { in getAvailableTvStreamConfigList()
603 int callingUid, int resolvedUserId) { in captureFrame()
790 TvInputInfo info, Integer callingUid, Integer resolvedUserId, in resetLocked()
/frameworks/base/services/core/java/com/android/server/infra/
DAbstractMasterSystemService.java538 protected abstract S newServiceLocked(@UserIdInt int resolvedUserId, boolean disabled); in newServiceLocked()
550 protected List<S> newServiceListLocked(@UserIdInt int resolvedUserId, boolean disabled, in newServiceListLocked()
602 final int resolvedUserId = ActivityManager.handleIncomingUser(Binder.getCallingPid(), in getServiceListForUserLocked() local
616 onServiceEnabledLocked(services.get(i), resolvedUserId); in getServiceListForUserLocked() local
642 final int resolvedUserId = ActivityManager.handleIncomingUser(Binder.getCallingPid(), in peekServiceListForUserLocked() local
719 final int resolvedUserId = ActivityManager.handleIncomingUser(Binder.getCallingPid(), in updateCachedServiceListMultiModeLocked() local
/frameworks/base/services/systemcaptions/java/com/android/server/systemcaptions/
DSystemCaptionsManagerService.java47 protected SystemCaptionsManagerPerUserService newServiceLocked( in newServiceLocked()
/frameworks/base/services/texttospeech/java/com/android/server/texttospeech/
DTextToSpeechManagerService.java56 protected TextToSpeechManagerPerUserService newServiceLocked( in newServiceLocked()
/frameworks/base/services/credentials/java/com/android/server/credentials/
DCredentialManagerService.java141 int resolvedUserId) { in constructSystemServiceListLocked()
164 protected CredentialManagerServiceImpl newServiceLocked( in newServiceLocked()
183 int resolvedUserId, boolean disabled, String[] serviceNames) { in newServiceListLocked()
246 int resolvedUserId) { in getOrConstructSystemServiceListLock()
299 final int resolvedUserId = ActivityManager.handleIncomingUser( in getPrimaryProvidersForUserId() local
963 final int resolvedUserId = ActivityManager.handleIncomingUser( in getEnabledProvidersForUser() local
/frameworks/base/services/core/java/com/android/server/speech/
DSpeechRecognitionManagerService.java76 protected SpeechRecognitionManagerServiceImpl newServiceLocked( in newServiceLocked()
/frameworks/base/services/core/java/com/android/server/timezonedetector/
DTimeZoneDetectorService.java169 int resolvedUserId = in getCapabilitiesAndConfig() local
191 int resolvedUserId = mCallerIdentityInjector.resolveUserId(userId, "updateConfiguration"); in updateConfiguration() local
/frameworks/base/services/musicrecognition/java/com/android/server/musicrecognition/
DMusicRecognitionManagerService.java77 protected MusicRecognitionManagerPerUserService newServiceLocked(int resolvedUserId, in newServiceLocked()
/frameworks/base/services/wallpapereffectsgeneration/java/com/android/server/wallpapereffectsgeneration/
DWallpaperEffectsGenerationManagerService.java69 protected WallpaperEffectsGenerationPerUserService newServiceLocked(int resolvedUserId, in newServiceLocked()
/frameworks/base/services/smartspace/java/com/android/server/smartspace/
DSmartspaceManagerService.java71 protected SmartspacePerUserService newServiceLocked(int resolvedUserId, boolean disabled) { in newServiceLocked()
/frameworks/base/services/searchui/java/com/android/server/searchui/
DSearchUiManagerService.java69 protected SearchUiPerUserService newServiceLocked(int resolvedUserId, boolean disabled) { in newServiceLocked()
/frameworks/base/services/core/java/com/android/server/ambientcontext/
DAmbientContextManagerService.java210 protected AmbientContextManagerPerUserService newServiceLocked(int resolvedUserId, in newServiceLocked()
217 protected List<AmbientContextManagerPerUserService> newServiceListLocked(int resolvedUserId, in newServiceListLocked()
/frameworks/base/services/appprediction/java/com/android/server/appprediction/
DAppPredictionManagerService.java75 protected AppPredictionPerUserService newServiceLocked(int resolvedUserId, boolean disabled) { in newServiceLocked()
/frameworks/base/services/contentsuggestions/java/com/android/server/contentsuggestions/
DContentSuggestionsManagerService.java85 protected ContentSuggestionsPerUserService newServiceLocked(int resolvedUserId, in newServiceLocked()
/frameworks/base/services/core/java/com/android/server/rotationresolver/
DRotationResolverManagerService.java127 public RotationResolverManagerPerUserService newServiceLocked( in newServiceLocked()
/frameworks/base/services/translation/java/com/android/server/translation/
DTranslationManagerService.java82 protected TranslationManagerServiceImpl newServiceLocked(int resolvedUserId, boolean disabled) { in newServiceLocked()
/frameworks/base/services/core/java/com/android/server/media/
DMediaSessionService.java887 int resolvedUserId) { in enforceMediaPermissions()
1498 int resolvedUserId = handleIncomingUser(pid, uid, userId, packageName); in createSession() local
1527 int resolvedUserId = verifySessionsRequest(componentName, userId, pid, uid); in getSessions() local
1617 int resolvedUserId = verifySessionsRequest(componentName, userId, pid, uid); in addSessionsListener() local
1668 int resolvedUserId = handleIncomingUser(pid, uid, userId, null); in addSession2TokensListener() local
2432 int resolvedUserId = handleIncomingUser(pid, uid, userId, packageName); in verifySessionsRequest() local
/frameworks/base/services/core/java/com/android/server/timedetector/
DTimeDetectorService.java167 int resolvedUserId = mCallerIdentityInjector.resolveUserId(userId, "updateConfiguration"); in updateConfiguration() local
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java1059 final int resolvedUserId = mSecurityPolicy in addClient() local
1117 final int resolvedUserId = mSecurityPolicy in removeClient() local
1148 int resolvedUserId; in sendAccessibilityEvent() local
1168 event.getPackageName(), UserHandle.getCallingAppId(), resolvedUserId, in sendAccessibilityEvent() local
1302 final int resolvedUserId; in getInstalledAccessibilityServiceList() local
1357 final int resolvedUserId = mSecurityPolicy in getEnabledAccessibilityServiceList() local
1393 final int resolvedUserId = mSecurityPolicy in interrupt() local
1570 final int resolvedUserId = mSecurityPolicy in getWindowToken() local
4404 final int resolvedUserId; in getA11yFeatureToTileMapInternal() local
DAccessibilityWindowManager.java162 final int resolvedUserId = in setAccessibilityWindowAttributes() local
1386 final int resolvedUserId = mSecurityPolicy in addAccessibilityInteractionConnection() local
/frameworks/base/services/core/java/com/android/server/wearable/
DWearableSensingManagerService.java160 protected WearableSensingManagerPerUserService newServiceLocked(int resolvedUserId, in newServiceLocked()
/frameworks/base/services/core/java/com/android/server/content/
DContentService.java446 final int resolvedUserId = handleIncomingUser(uri, callingPid, callingUid, in notifyChange() local
489 final int resolvedUserId = validatedProviders.keyAt(i).second; in notifyChange() local

12