Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/infra/
H A DAbstractMasterSystemService.java387 final S oldService = peekServiceForUserLocked(userId); in setTemporaryService()
425 final S oldService = peekServiceForUserLocked(userId); in setTemporaryServices()
458 final S oldService = peekServiceForUserLocked(userId); in setDefaultServiceEnabled()
630 protected S peekServiceForUserLocked(@UserIdInt int userId) { in peekServiceForUserLocked() method in AbstractMasterSystemService
1063 final S service = peekServiceForUserLocked(userId); in startTrackingPackageChanges()
1114 final S service = peekServiceForUserLocked(userId); in startTrackingPackageChanges()
1199 final S service = peekServiceForUserLocked(userId); in startTrackingPackageChanges()
1212 final S service = peekServiceForUserLocked(userId); in startTrackingPackageChanges()
/aosp14/frameworks/base/services/searchui/java/com/android/server/searchui/
H A DSearchUiManagerService.java85 final SearchUiPerUserService service = peekServiceForUserLocked(userId); in onServicePackageUpdatedLocked()
93 final SearchUiPerUserService service = peekServiceForUserLocked(userId); in onServicePackageRestartedLocked()
/aosp14/frameworks/base/services/smartspace/java/com/android/server/smartspace/
H A DSmartspaceManagerService.java85 final SmartspacePerUserService service = peekServiceForUserLocked(userId); in onServicePackageUpdatedLocked()
93 final SmartspacePerUserService service = peekServiceForUserLocked(userId); in onServicePackageRestartedLocked()
/aosp14/frameworks/base/services/wallpapereffectsgeneration/java/com/android/server/wallpapereffectsgeneration/
H A DWallpaperEffectsGenerationManagerService.java87 final WallpaperEffectsGenerationPerUserService service = peekServiceForUserLocked(userId); in onServicePackageUpdatedLocked()
95 final WallpaperEffectsGenerationPerUserService service = peekServiceForUserLocked(userId); in onServicePackageRestartedLocked()
/aosp14/frameworks/base/services/appprediction/java/com/android/server/appprediction/
H A DAppPredictionManagerService.java90 final AppPredictionPerUserService service = peekServiceForUserLocked(userId); in onServicePackageUpdatedLocked()
98 final AppPredictionPerUserService service = peekServiceForUserLocked(userId); in onServicePackageRestartedLocked()
/aosp14/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
H A DContentCaptureManagerService.java605 final ContentCapturePerUserService service = peekServiceForUserLocked(userId); in destroySessions()
631 final ContentCapturePerUserService service = peekServiceForUserLocked(userId); in listSessions()
1146 final ContentCapturePerUserService service = peekServiceForUserLocked(userId); in isContentCaptureServiceForUser()
1158 final ContentCapturePerUserService service = peekServiceForUserLocked(userId); in sendActivityAssistData()
1178 final ContentCapturePerUserService service = peekServiceForUserLocked(userId); in notifyActivityEvent()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerService.java418 managerService = peekServiceForUserLocked(userId); in peekServiceForUserWithLocalBinderIdentityLocked()
492 AutofillManagerServiceImpl service = peekServiceForUserLocked(userId); in removeAllSessions()
518 AutofillManagerServiceImpl service = peekServiceForUserLocked(userId); in listSessions()
845 final AutofillManagerServiceImpl service = peekServiceForUserLocked(userId); in requestSavedPasswordCount()
1102 final AutofillManagerServiceImpl service = peekServiceForUserLocked(userId); in isAugmentedAutofillServiceForUser()
1599 final AutofillManagerServiceImpl service = peekServiceForUserLocked(userId); in removeClient()
/aosp14/frameworks/base/services/
H A Dart-profile4137 HSPLcom/android/server/infra/AbstractMasterSystemService;->peekServiceForUserLocked(I)Lcom/android/…