/aosp12/frameworks/base/services/translation/java/com/android/server/translation/ |
H A D | TranslationManagerService.java | 162 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 D | ContentSuggestionsManagerService.java | 137 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 D | RotationResolverManagerService.java | 170 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 D | ContentCaptureManagerService.java | 248 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 D | TextToSpeechManagerService.java | 66 TextToSpeechManagerPerUserService perUserService = getServiceForUserLocked( in createSession()
|
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/ |
H A D | AutofillManagerService.java | 224 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 D | AbstractMasterSystemService.java | 472 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 D | SpeechRecognitionManagerService.java | 91 SpeechRecognitionManagerServiceImpl service = getServiceForUserLocked(userId); in createSession()
|
/aosp12/frameworks/base/services/musicrecognition/java/com/android/server/musicrecognition/ |
H A D | MusicRecognitionManagerService.java | 121 final MusicRecognitionManagerPerUserService service = getServiceForUserLocked( in beginRecognition()
|
/aosp12/frameworks/base/services/searchui/java/com/android/server/searchui/ |
H A D | SearchUiManagerService.java | 165 final SearchUiPerUserService service = getServiceForUserLocked(userId); in runForUserLocked()
|
/aosp12/frameworks/base/services/smartspace/java/com/android/server/smartspace/ |
H A D | SmartspaceManagerService.java | 179 final SmartspacePerUserService service = getServiceForUserLocked(userId); in runForUserLocked()
|
/aosp12/frameworks/base/services/appprediction/java/com/android/server/appprediction/ |
H A D | AppPredictionManagerService.java | 197 final AppPredictionPerUserService service = getServiceForUserLocked(userId); in runForUserLocked()
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 19370 HSPLcom/android/server/infra/AbstractMasterSystemService;->getServiceForUserLocked(I)Lcom/android/s…
|