Home
last modified time | relevance | path

Searched refs:getServiceForUserLocked (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/base/services/translation/java/com/android/server/translation/
H A DTranslationManagerService.java162 final TranslationManagerServiceImpl service = getServiceForUserLocked(userId); in onTranslationCapabilitiesRequest()
178 service = getServiceForUserLocked(userId); in registerTranslationCapabilityCallback()
189 service = getServiceForUserLocked(userId); in unregisterTranslationCapabilityCallback()
200 final TranslationManagerServiceImpl service = getServiceForUserLocked(userId); in onSessionCreated()
217 final TranslationManagerServiceImpl service = getServiceForUserLocked(userId); in updateUiTranslationState()
230 service = getServiceForUserLocked(userId); in registerUiTranslationStateCallback()
241 service = getServiceForUserLocked(userId); in unregisterUiTranslationStateCallback()
253 service = getServiceForUserLocked(userId); in onTranslationFinished()
262 service = getServiceForUserLocked(userId); in getServiceSettingsActivity()
308 final TranslationManagerServiceImpl service = getServiceForUserLocked(userId); in dump()
/aosp12/frameworks/base/services/contentsuggestions/java/com/android/server/contentsuggestions/
H A DContentSuggestionsManagerService.java137 final ContentSuggestionsPerUserService service = getServiceForUserLocked(userId); in provideContextBitmap()
178 final ContentSuggestionsPerUserService service = getServiceForUserLocked(userId); in provideContextImage()
198 final ContentSuggestionsPerUserService service = getServiceForUserLocked(userId); in suggestContentSelections()
217 final ContentSuggestionsPerUserService service = getServiceForUserLocked(userId); in classifyContentSelections()
234 final ContentSuggestionsPerUserService service = getServiceForUserLocked(userId); in notifyInteraction()
/aosp12/frameworks/base/services/core/java/com/android/server/rotationresolver/
H A DRotationResolverManagerService.java170 getServiceForUserLocked( in resolveRotation()
204 final RotationResolverManagerPerUserService service = getServiceForUserLocked( in dump()
217 final RotationResolverManagerPerUserService service = getServiceForUserLocked( in onShellCommand()
/aosp12/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DContentCaptureManagerService.java248 final ContentCapturePerUserService service = getServiceForUserLocked(userId); in onServicePackageUpdatingLocked()
256 final ContentCapturePerUserService service = getServiceForUserLocked(userId); in onServicePackageUpdatedLocked()
667 final ContentCapturePerUserService service = getServiceForUserLocked(userId); in startSession()
683 final ContentCapturePerUserService service = getServiceForUserLocked(userId); in finishSession()
693 final ContentCapturePerUserService service = getServiceForUserLocked(userId); in getServiceComponentName()
710 final ContentCapturePerUserService service = getServiceForUserLocked(userId); in removeData()
725 final ContentCapturePerUserService service = getServiceForUserLocked(userId); in shareData()
776 final ContentCapturePerUserService service = getServiceForUserLocked(userId); in getServiceSettingsActivity()
797 final ContentCapturePerUserService service = getServiceForUserLocked(userId); in getContentCaptureConditions()
/aosp12/frameworks/base/services/texttospeech/java/com/android/server/texttospeech/
H A DTextToSpeechManagerService.java66 TextToSpeechManagerPerUserService perUserService = getServiceForUserLocked( in createSession()
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerService.java224 getServiceForUserLocked(userId); in AutofillManagerService()
323 getServiceForUserLocked(userId); in onAugmentedServiceNameChanged()
648 final AutofillManagerServiceImpl service = getServiceForUserLocked(userId); in setDefaultAugmentedServiceEnabled()
849 getServiceForUserLocked(UserHandle.getCallingUserId()); in onBackKeyPressed()
1349 final int enabledFlags = getServiceForUserLocked(userId).addClientLocked(client, in addClient()
1380 final AutofillManagerServiceImpl service = getServiceForUserLocked(userId); in setAuthenticationResult()
1389 final AutofillManagerServiceImpl service = getServiceForUserLocked(userId); in setHasCallback()
1419 final AutofillManagerServiceImpl service = getServiceForUserLocked(userId); in startSession()
1688 final AutofillManagerServiceImpl service = getServiceForUserLocked(userId); in isServiceEnabled()
/aosp12/frameworks/base/services/core/java/com/android/server/infra/
H A DAbstractMasterSystemService.java472 final S service = getServiceForUserLocked(userId); in resetTemporaryService()
541 protected S getServiceForUserLocked(@UserIdInt int userId) { in getServiceForUserLocked() method in AbstractMasterSystemService
593 final S service = getServiceForUserLocked(userId); in updateCachedServiceLocked()
846 getServiceForUserLocked(userId); in startTrackingPackageChanges()
/aosp12/frameworks/base/services/core/java/com/android/server/speech/
H A DSpeechRecognitionManagerService.java91 SpeechRecognitionManagerServiceImpl service = getServiceForUserLocked(userId); in createSession()
/aosp12/frameworks/base/services/musicrecognition/java/com/android/server/musicrecognition/
H A DMusicRecognitionManagerService.java121 final MusicRecognitionManagerPerUserService service = getServiceForUserLocked( in beginRecognition()
/aosp12/frameworks/base/services/searchui/java/com/android/server/searchui/
H A DSearchUiManagerService.java165 final SearchUiPerUserService service = getServiceForUserLocked(userId); in runForUserLocked()
/aosp12/frameworks/base/services/smartspace/java/com/android/server/smartspace/
H A DSmartspaceManagerService.java179 final SmartspacePerUserService service = getServiceForUserLocked(userId); in runForUserLocked()
/aosp12/frameworks/base/services/appprediction/java/com/android/server/appprediction/
H A DAppPredictionManagerService.java197 final AppPredictionPerUserService service = getServiceForUserLocked(userId); in runForUserLocked()
/aosp12/frameworks/base/services/
H A Dart-profile19370 HSPLcom/android/server/infra/AbstractMasterSystemService;->getServiceForUserLocked(I)Lcom/android/s…