Home
last modified time | relevance | path

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

/frameworks/base/services/contentsuggestions/java/com/android/server/contentsuggestions/
DContentSuggestionsManagerService.java125 final ContentSuggestionsPerUserService service = getServiceForUserLocked(userId); in provideContextImage()
144 final ContentSuggestionsPerUserService service = getServiceForUserLocked(userId); in suggestContentSelections()
163 final ContentSuggestionsPerUserService service = getServiceForUserLocked(userId); in classifyContentSelections()
180 final ContentSuggestionsPerUserService service = getServiceForUserLocked(userId); in notifyInteraction()
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureManagerService.java191 final ContentCapturePerUserService service = getServiceForUserLocked(userId); in onServicePackageUpdatingLocked()
199 final ContentCapturePerUserService service = getServiceForUserLocked(userId); in onServicePackageUpdatedLocked()
556 final ContentCapturePerUserService service = getServiceForUserLocked(userId); in startSession()
568 final ContentCapturePerUserService service = getServiceForUserLocked(userId); in finishSession()
578 final ContentCapturePerUserService service = getServiceForUserLocked(userId); in getServiceComponentName()
595 final ContentCapturePerUserService service = getServiceForUserLocked(userId); in removeData()
628 final ContentCapturePerUserService service = getServiceForUserLocked(userId); in getServiceSettingsActivity()
649 final ContentCapturePerUserService service = getServiceForUserLocked(userId); in getContentCaptureConditions()
/frameworks/base/services/core/java/com/android/server/infra/
DAbstractMasterSystemService.java425 final S service = getServiceForUserLocked(userId); in resetTemporaryService()
494 protected S getServiceForUserLocked(@UserIdInt int userId) { in getServiceForUserLocked() method in AbstractMasterSystemService
546 final S service = getServiceForUserLocked(userId); in updateCachedServiceLocked()
749 getServiceForUserLocked(userId); in startTrackingPackageChanges()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerService.java220 getServiceForUserLocked(userId); in AutofillManagerService()
292 getServiceForUserLocked(userId).updateRemoteAugmentedAutofillService(); in onAugmentedServiceNameChanged()
608 final AutofillManagerServiceImpl service = getServiceForUserLocked(userId); in setDefaultAugmentedServiceEnabled()
789 getServiceForUserLocked(UserHandle.getCallingUserId()); in onBackKeyPressed()
1052 final int enabledFlags = getServiceForUserLocked(userId).addClientLocked(client, in addClient()
1083 final AutofillManagerServiceImpl service = getServiceForUserLocked(userId); in setAuthenticationResult()
1092 final AutofillManagerServiceImpl service = getServiceForUserLocked(userId); in setHasCallback()
1121 final AutofillManagerServiceImpl service = getServiceForUserLocked(userId); in startSession()
/frameworks/base/services/appprediction/java/com/android/server/appprediction/
DAppPredictionManagerService.java172 final AppPredictionPerUserService service = getServiceForUserLocked(userId); in runForUserLocked()
/frameworks/base/services/
Dart-profile7123 HSPLcom/android/server/infra/AbstractMasterSystemService;->getServiceForUserLocked(I)Lcom/android/s…