Home
last modified time | relevance | path

Searched refs:peekServiceForUserLocked (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerService.java356 AutofillManagerServiceImpl service = peekServiceForUserLocked(userId); in destroySessions()
382 AutofillManagerServiceImpl service = peekServiceForUserLocked(userId); in listSessions()
816 final AutofillManagerServiceImpl service = peekServiceForUserLocked(userId); in isAugmentedAutofillServiceForUser()
1070 final AutofillManagerServiceImpl service = peekServiceForUserLocked(userId); in removeClient()
1141 final AutofillManagerServiceImpl service = peekServiceForUserLocked(userId); in getFillEventHistory()
1157 final AutofillManagerServiceImpl service = peekServiceForUserLocked(userId); in getUserData()
1173 final AutofillManagerServiceImpl service = peekServiceForUserLocked(userId); in getUserDataId()
1189 final AutofillManagerServiceImpl service = peekServiceForUserLocked(userId); in setUserData()
1205 final AutofillManagerServiceImpl service = peekServiceForUserLocked(userId); in isFieldClassificationEnabled()
1222 final AutofillManagerServiceImpl service = peekServiceForUserLocked(userId); in getDefaultFieldClassificationAlgorithm()
[all …]
/frameworks/base/services/core/java/com/android/server/infra/
DAbstractMasterSystemService.java347 final S oldService = peekServiceForUserLocked(userId); in setTemporaryService()
378 final S oldService = peekServiceForUserLocked(userId); in setDefaultServiceEnabled()
515 protected S peekServiceForUserLocked(@UserIdInt int userId) { in peekServiceForUserLocked() method in AbstractMasterSystemService
586 final S service = peekServiceForUserLocked(userId); in removeCachedServiceLocked()
785 final S service = peekServiceForUserLocked(userId); in startTrackingPackageChanges()
829 final S service = peekServiceForUserLocked(userId); in startTrackingPackageChanges()
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureManagerService.java404 final ContentCapturePerUserService service = peekServiceForUserLocked(userId); in destroySessions()
430 final ContentCapturePerUserService service = peekServiceForUserLocked(userId); in listSessions()
709 final ContentCapturePerUserService service = peekServiceForUserLocked(userId); in isContentCaptureServiceForUser()
721 final ContentCapturePerUserService service = peekServiceForUserLocked(userId); in sendActivityAssistData()
738 final ContentCapturePerUserService service = peekServiceForUserLocked(userId); in notifyActivityEvent()
/frameworks/base/services/
Dart-profile7134 HSPLcom/android/server/infra/AbstractMasterSystemService;->peekServiceForUserLocked(I)Lcom/android/…