Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerService.java294 final AutofillManagerServiceImpl service = peekServiceForUserLocked(userId); in handleInputMethodSwitch()
319 final AutofillManagerServiceImpl service = peekServiceForUserLocked(userId); in onAugmentedServiceNameChanged()
396 AutofillManagerServiceImpl service = peekServiceForUserLocked(userId); in removeAllSessions()
422 AutofillManagerServiceImpl service = peekServiceForUserLocked(userId); in listSessions()
674 final AutofillManagerServiceImpl service = peekServiceForUserLocked(userId); in requestSavedPasswordCount()
877 final AutofillManagerServiceImpl service = peekServiceForUserLocked(userId); in isAugmentedAutofillServiceForUser()
1367 final AutofillManagerServiceImpl service = peekServiceForUserLocked(userId); in removeClient()
1439 final AutofillManagerServiceImpl service = peekServiceForUserLocked(userId); in getFillEventHistory()
1455 final AutofillManagerServiceImpl service = peekServiceForUserLocked(userId); in getUserData()
1471 final AutofillManagerServiceImpl service = peekServiceForUserLocked(userId); in getUserDataId()
[all …]
/frameworks/base/services/core/java/com/android/server/infra/
DAbstractMasterSystemService.java387 final S oldService = peekServiceForUserLocked(userId); in setTemporaryService()
421 final S oldService = peekServiceForUserLocked(userId); in setDefaultServiceEnabled()
562 protected S peekServiceForUserLocked(@UserIdInt int userId) { in peekServiceForUserLocked() method in AbstractMasterSystemService
633 final S service = peekServiceForUserLocked(userId); in removeCachedServiceLocked()
877 final S service = peekServiceForUserLocked(userId); in startTrackingPackageChanges()
919 final S service = peekServiceForUserLocked(userId); in startTrackingPackageChanges()
990 final S service = peekServiceForUserLocked(userId); in startTrackingPackageChanges()
1002 final S service = peekServiceForUserLocked(userId); in startTrackingPackageChanges()
/frameworks/base/services/searchui/java/com/android/server/searchui/
DSearchUiManagerService.java85 final SearchUiPerUserService service = peekServiceForUserLocked(userId); in onServicePackageUpdatedLocked()
93 final SearchUiPerUserService service = peekServiceForUserLocked(userId); in onServicePackageRestartedLocked()
/frameworks/base/services/smartspace/java/com/android/server/smartspace/
DSmartspaceManagerService.java85 final SmartspacePerUserService service = peekServiceForUserLocked(userId); in onServicePackageUpdatedLocked()
93 final SmartspacePerUserService service = peekServiceForUserLocked(userId); in onServicePackageRestartedLocked()
/frameworks/base/services/appprediction/java/com/android/server/appprediction/
DAppPredictionManagerService.java90 final AppPredictionPerUserService service = peekServiceForUserLocked(userId); in onServicePackageUpdatedLocked()
98 final AppPredictionPerUserService service = peekServiceForUserLocked(userId); in onServicePackageRestartedLocked()
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureManagerService.java491 final ContentCapturePerUserService service = peekServiceForUserLocked(userId); in destroySessions()
517 final ContentCapturePerUserService service = peekServiceForUserLocked(userId); in listSessions()
894 final ContentCapturePerUserService service = peekServiceForUserLocked(userId); in isContentCaptureServiceForUser()
906 final ContentCapturePerUserService service = peekServiceForUserLocked(userId); in sendActivityAssistData()
923 final ContentCapturePerUserService service = peekServiceForUserLocked(userId); in notifyActivityEvent()
/frameworks/base/services/
Dart-profile19386 HSPLcom/android/server/infra/AbstractMasterSystemService;->peekServiceForUserLocked(I)Lcom/android/…