Home
last modified time | relevance | path

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

/aosp14/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()
229 final TranslationManagerServiceImpl 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()
/aosp14/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()
/aosp14/frameworks/base/services/core/java/com/android/server/wearable/
H A DWearableSensingManagerService.java160 final WearableSensingManagerPerUserService service = getServiceForUserLocked(userId); in getComponentName()
172 final WearableSensingManagerPerUserService mService = getServiceForUserLocked(userId); in provideDataStream()
185 final WearableSensingManagerPerUserService mService = getServiceForUserLocked(userId); in provideData()
195 final WearableSensingManagerPerUserService mService = getServiceForUserLocked(
/aosp14/frameworks/base/services/core/java/com/android/server/rotationresolver/
H A DRotationResolverManagerService.java148 final RotationResolverManagerPerUserService service = getServiceForUserLocked(userId); in getComponentNameShellCommand()
160 final RotationResolverManagerPerUserService service = getServiceForUserLocked(userId); in resolveRotationShellCommand()
194 getServiceForUserLocked( in resolveRotation()
/aosp14/frameworks/base/services/texttospeech/java/com/android/server/texttospeech/
H A DTextToSpeechManagerService.java72 TextToSpeechManagerPerUserService perUserService = getServiceForUserLocked( in createSession()
/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DContentCaptureManagerService.java305 final ContentCapturePerUserService service = getServiceForUserLocked(userId); in onServicePackageUpdatingLocked()
313 final ContentCapturePerUserService service = getServiceForUserLocked(userId); in onServicePackageUpdatedLocked()
907 final ContentCapturePerUserService service = getServiceForUserLocked(userId); in startSession()
922 final ContentCapturePerUserService service = getServiceForUserLocked(userId); in finishSession()
932 final ContentCapturePerUserService service = getServiceForUserLocked(userId); in getServiceComponentName()
949 final ContentCapturePerUserService service = getServiceForUserLocked(userId); in removeData()
964 final ContentCapturePerUserService service = getServiceForUserLocked(userId); in shareData()
1015 final ContentCapturePerUserService service = getServiceForUserLocked(userId); in getServiceSettingsActivity()
1036 final ContentCapturePerUserService service = getServiceForUserLocked(userId); in getContentCaptureConditions()
/aosp14/frameworks/base/services/core/java/com/android/server/speech/
H A DSpeechRecognitionManagerService.java91 SpeechRecognitionManagerServiceImpl service = getServiceForUserLocked(userId); in createSession()
/aosp14/frameworks/base/services/core/java/com/android/server/infra/
H A DAbstractMasterSystemService.java509 final S service = getServiceForUserLocked(userId); in resetTemporaryService()
592 protected S getServiceForUserLocked(@UserIdInt int userId) { in getServiceForUserLocked() method in AbstractMasterSystemService
673 final S service = getServiceForUserLocked(userId); in updateCachedServiceLocked()
1023 getServiceForUserLocked(userId); in startTrackingPackageChanges()
/aosp14/frameworks/base/services/musicrecognition/java/com/android/server/musicrecognition/
H A DMusicRecognitionManagerService.java121 final MusicRecognitionManagerPerUserService service = getServiceForUserLocked( in beginRecognition()
/aosp14/frameworks/base/services/searchui/java/com/android/server/searchui/
H A DSearchUiManagerService.java179 final SearchUiPerUserService service = getServiceForUserLocked(userId); in runForUserLocked()
/aosp14/frameworks/base/services/smartspace/java/com/android/server/smartspace/
H A DSmartspaceManagerService.java179 final SmartspacePerUserService service = getServiceForUserLocked(userId); in runForUserLocked()
/aosp14/frameworks/base/services/wallpapereffectsgeneration/java/com/android/server/wallpapereffectsgeneration/
H A DWallpaperEffectsGenerationManagerService.java184 getServiceForUserLocked(userId); in runForUser()
/aosp14/frameworks/base/services/appprediction/java/com/android/server/appprediction/
H A DAppPredictionManagerService.java197 final AppPredictionPerUserService service = getServiceForUserLocked(userId); in runForUserLocked()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerService.java273 getServiceForUserLocked(userId); in AutofillManagerService()
404 managerService = getServiceForUserLocked(userId); in getServiceForUserWithLocalBinderIdentityLocked()
778 final AutofillManagerServiceImpl service = getServiceForUserLocked(userId); in setDefaultAugmentedServiceEnabled()
799 final AutofillManagerServiceImpl service = getServiceForUserLocked(userId); in isFieldDetectionServiceEnabledForUser()
/aosp14/frameworks/base/services/
H A Dart-profile4135 HSPLcom/android/server/infra/AbstractMasterSystemService;->getServiceForUserLocked(I)Lcom/android/s…