/frameworks/base/services/print/java/com/android/server/print/ |
D | PrintManagerService.java | 174 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 269 final int resolvedUserId = resolveCallingUserEnforcingPermissions(userId); in cancelPrintJob() local 295 final int resolvedUserId = resolveCallingUserEnforcingPermissions(userId); in restartPrintJob() local 321 final int resolvedUserId = resolveCallingUserEnforcingPermissions(userId); in getPrintServices() local 340 final int resolvedUserId = resolveCallingUserEnforcingPermissions(userId); in setPrintServiceEnabled() local 387 final int resolvedUserId = resolveCallingUserEnforcingPermissions(userId); in isPrintServiceEnabled() local 403 final int resolvedUserId = resolveCallingUserEnforcingPermissions(userId); in getPrintServiceRecommendations() local [all …]
|
/frameworks/base/services/core/java/com/android/server/tv/interactive/ |
D | TvInteractiveAppManagerService.java | 646 final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), in getTvInteractiveAppServiceList() local 669 final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), in registerAppLinkInfo() local 705 final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), in unregisterAppLinkInfo() local 741 final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), in sendAppLinkCommand() local 781 final int resolvedUserId = resolveCallingUserId(callingPid, callingUid, in createSession() local 847 final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), callingUid, in releaseSession() local 866 final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), callingUid, in notifyTuned() local 893 final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), callingUid, in notifyTrackSelected() local 920 final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), callingUid, in notifyTracksChanged() local 943 final int resolvedUserId = resolveCallingUserId(callingPid, callingUid, userId, in notifyVideoAvailable() local [all …]
|
/frameworks/base/services/core/java/com/android/server/tv/ |
D | TvInputManagerService.java | 1103 final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), in getTvInputList() local 1122 final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), in getTvInputInfo() local 1148 final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), in updateTvInputInfo() local 1172 final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), in getTvInputState() local 1191 final int resolvedUserId = resolveCallingUserId(callingPid, callingUid, in getAvailableExtensionInterfaceNames() local 1237 final int resolvedUserId = resolveCallingUserId(callingPid, callingUid, in getExtensionInterface() local 1281 final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), in getTvContentRatingSystemList() local 1328 final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), in sendTvInputNotifyIntent() local 1342 final int resolvedUserId = resolveCallingUserId(callingPid, callingUid, userId, in registerCallback() local 1362 final int resolvedUserId = resolveCallingUserId(Binder.getCallingPid(), in unregisterCallback() local [all …]
|
D | TvInputHardwareManager.java | 285 Connection connection, int callingUid, int resolvedUserId) { in checkUidChangedLocked() 394 TvInputInfo info, int callingUid, int resolvedUserId, in acquireHardware() 436 int resolvedUserId) { in releaseHardware() 479 int resolvedUserId) { in getAvailableTvStreamConfigList() 501 int callingUid, int resolvedUserId) { in captureFrame() 685 TvInputInfo info, Integer callingUid, Integer resolvedUserId, in resetLocked()
|
/frameworks/base/services/systemcaptions/java/com/android/server/systemcaptions/ |
D | SystemCaptionsManagerService.java | 47 protected SystemCaptionsManagerPerUserService newServiceLocked( in newServiceLocked()
|
/frameworks/base/services/texttospeech/java/com/android/server/texttospeech/ |
D | TextToSpeechManagerService.java | 56 protected TextToSpeechManagerPerUserService newServiceLocked( in newServiceLocked()
|
/frameworks/base/services/core/java/com/android/server/infra/ |
D | AbstractMasterSystemService.java | 538 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
|
/frameworks/base/services/core/java/com/android/server/speech/ |
D | SpeechRecognitionManagerService.java | 76 protected SpeechRecognitionManagerServiceImpl newServiceLocked( in newServiceLocked()
|
/frameworks/base/services/selectiontoolbar/java/com/android/server/selectiontoolbar/ |
D | SelectionToolbarManagerService.java | 52 protected SelectionToolbarManagerServiceImpl newServiceLocked(int resolvedUserId, in newServiceLocked()
|
/frameworks/base/services/musicrecognition/java/com/android/server/musicrecognition/ |
D | MusicRecognitionManagerService.java | 77 protected MusicRecognitionManagerPerUserService newServiceLocked(int resolvedUserId, in newServiceLocked()
|
/frameworks/base/services/wallpapereffectsgeneration/java/com/android/server/wallpapereffectsgeneration/ |
D | WallpaperEffectsGenerationManagerService.java | 69 protected WallpaperEffectsGenerationPerUserService newServiceLocked(int resolvedUserId, in newServiceLocked()
|
/frameworks/base/services/searchui/java/com/android/server/searchui/ |
D | SearchUiManagerService.java | 69 protected SearchUiPerUserService newServiceLocked(int resolvedUserId, boolean disabled) { in newServiceLocked()
|
/frameworks/base/services/smartspace/java/com/android/server/smartspace/ |
D | SmartspaceManagerService.java | 69 protected SmartspacePerUserService newServiceLocked(int resolvedUserId, boolean disabled) { in newServiceLocked()
|
/frameworks/base/services/appprediction/java/com/android/server/appprediction/ |
D | AppPredictionManagerService.java | 74 protected AppPredictionPerUserService newServiceLocked(int resolvedUserId, boolean disabled) { in newServiceLocked()
|
/frameworks/base/services/contentsuggestions/java/com/android/server/contentsuggestions/ |
D | ContentSuggestionsManagerService.java | 85 protected ContentSuggestionsPerUserService newServiceLocked(int resolvedUserId, in newServiceLocked()
|
/frameworks/base/services/core/java/com/android/server/rotationresolver/ |
D | RotationResolverManagerService.java | 127 public RotationResolverManagerPerUserService newServiceLocked( in newServiceLocked()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityManagerService.java | 847 final int resolvedUserId = mSecurityPolicy in addClient() local 884 final int resolvedUserId = mSecurityPolicy in removeClient() local 914 int resolvedUserId; in sendAccessibilityEvent() local 934 event.getPackageName(), UserHandle.getCallingAppId(), resolvedUserId, in sendAccessibilityEvent() local 1059 final int resolvedUserId; in getInstalledAccessibilityServiceList() local 1100 final int resolvedUserId = mSecurityPolicy in getEnabledAccessibilityServiceList() local 1135 final int resolvedUserId = mSecurityPolicy in interrupt() local 1294 final int resolvedUserId = mSecurityPolicy in getWindowToken() local
|
D | AccessibilityWindowManager.java | 1010 final int resolvedUserId = mSecurityPolicy in addAccessibilityInteractionConnection() local
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | MediaSessionService.java | 608 int resolvedUserId) { in enforceMediaPermissions() 1210 int resolvedUserId = handleIncomingUser(pid, uid, userId, packageName); in createSession() local 1239 int resolvedUserId = verifySessionsRequest(componentName, userId, pid, uid); in getSessions() local 1329 int resolvedUserId = verifySessionsRequest(componentName, userId, pid, uid); in addSessionsListener() local 1380 int resolvedUserId = handleIncomingUser(pid, uid, userId, null); in addSession2TokensListener() local 2130 int resolvedUserId = handleIncomingUser(pid, uid, userId, packageName); in verifySessionsRequest() local
|
/frameworks/base/services/translation/java/com/android/server/translation/ |
D | TranslationManagerService.java | 82 protected TranslationManagerServiceImpl newServiceLocked(int resolvedUserId, boolean disabled) { in newServiceLocked()
|
/frameworks/base/services/core/java/com/android/server/ambientcontext/ |
D | AmbientContextManagerService.java | 187 protected AmbientContextManagerPerUserService newServiceLocked(int resolvedUserId, in newServiceLocked()
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | ContentService.java | 443 final int resolvedUserId = handleIncomingUser(uri, callingPid, callingUid, in notifyChange() local 485 final int resolvedUserId = validatedProviders.keyAt(i).second; in notifyChange() local
|
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ |
D | ContentCaptureManagerService.java | 225 protected ContentCapturePerUserService newServiceLocked(@UserIdInt int resolvedUserId, in newServiceLocked()
|
/frameworks/base/apex/blobstore/service/java/com/android/server/blob/ |
D | BlobStoreManagerService.java | 1620 final int resolvedUserId = userId == USER_CURRENT in queryBlobsForUser() local
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | AutofillManagerService.java | 331 protected AutofillManagerServiceImpl newServiceLocked(@UserIdInt int resolvedUserId, in newServiceLocked()
|