Home
last modified time | relevance | path

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

/frameworks/base/services/translation/java/com/android/server/translation/
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()
/frameworks/base/services/contentsuggestions/java/com/android/server/contentsuggestions/
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()
/frameworks/base/services/core/java/com/android/server/rotationresolver/
DRotationResolverManagerService.java148 final RotationResolverManagerPerUserService service = getServiceForUserLocked(userId); in getComponentNameShellCommand()
160 final RotationResolverManagerPerUserService service = getServiceForUserLocked(userId); in resolveRotationShellCommand()
194 getServiceForUserLocked( in resolveRotation()
/frameworks/base/services/texttospeech/java/com/android/server/texttospeech/
DTextToSpeechManagerService.java72 TextToSpeechManagerPerUserService perUserService = getServiceForUserLocked( in createSession()
/frameworks/base/services/core/java/com/android/server/wearable/
DWearableSensingManagerService.java201 final WearableSensingManagerPerUserService service = getServiceForUserLocked(userId); in getComponentName()
220 final WearableSensingManagerPerUserService mService = getServiceForUserLocked(userId); in provideDataStream()
242 final WearableSensingManagerPerUserService mService = getServiceForUserLocked(userId); in provideData()
397 WearableSensingManagerPerUserService service = getServiceForUserLocked(userId); in callPerUserServiceIfExist()
/frameworks/base/services/core/java/com/android/server/speech/
DSpeechRecognitionManagerService.java91 SpeechRecognitionManagerServiceImpl service = getServiceForUserLocked(userId); in createSession()
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureManagerService.java336 final ContentCapturePerUserService service = getServiceForUserLocked(userId); in onServicePackageUpdatingLocked()
344 final ContentCapturePerUserService service = getServiceForUserLocked(userId); in onServicePackageUpdatedLocked()
1100 final ContentCapturePerUserService service = getServiceForUserLocked(userId); in startSession()
1115 final ContentCapturePerUserService service = getServiceForUserLocked(userId); in finishSession()
1125 final ContentCapturePerUserService service = getServiceForUserLocked(userId); in getServiceComponentName()
1142 final ContentCapturePerUserService service = getServiceForUserLocked(userId); in removeData()
1157 final ContentCapturePerUserService service = getServiceForUserLocked(userId); in shareData()
1208 final ContentCapturePerUserService service = getServiceForUserLocked(userId); in getServiceSettingsActivity()
1229 final ContentCapturePerUserService service = getServiceForUserLocked(userId); in getContentCaptureConditions()
/frameworks/base/services/core/java/com/android/server/infra/
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()
/frameworks/base/services/musicrecognition/java/com/android/server/musicrecognition/
DMusicRecognitionManagerService.java121 final MusicRecognitionManagerPerUserService service = getServiceForUserLocked( in beginRecognition()
/frameworks/base/services/searchui/java/com/android/server/searchui/
DSearchUiManagerService.java179 final SearchUiPerUserService service = getServiceForUserLocked(userId); in runForUserLocked()
/frameworks/base/services/wallpapereffectsgeneration/java/com/android/server/wallpapereffectsgeneration/
DWallpaperEffectsGenerationManagerService.java184 getServiceForUserLocked(userId); in runForUser()
/frameworks/base/services/smartspace/java/com/android/server/smartspace/
DSmartspaceManagerService.java183 final SmartspacePerUserService service = getServiceForUserLocked(userId); in runForUserLocked()
/frameworks/base/services/appprediction/java/com/android/server/appprediction/
DAppPredictionManagerService.java205 final AppPredictionPerUserService service = getServiceForUserLocked(userId); in runForUserLocked()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerService.java285 getServiceForUserLocked(userId); in AutofillManagerService()
428 managerService = getServiceForUserLocked(userId); in getServiceForUserWithLocalBinderIdentityLocked()
808 final AutofillManagerServiceImpl service = getServiceForUserLocked(userId); in setDefaultAugmentedServiceEnabled()
829 final AutofillManagerServiceImpl service = getServiceForUserLocked(userId); in isFieldDetectionServiceEnabledForUser()
/frameworks/base/services/
Dart-profile1558 HSPLcom/android/server/infra/AbstractMasterSystemService;->getServiceForUserLocked(I)Lcom/android/s…