Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/infra/
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()
/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/wallpapereffectsgeneration/java/com/android/server/wallpapereffectsgeneration/
DWallpaperEffectsGenerationManagerService.java87 final WallpaperEffectsGenerationPerUserService service = peekServiceForUserLocked(userId); in onServicePackageUpdatedLocked()
95 final WallpaperEffectsGenerationPerUserService service = peekServiceForUserLocked(userId); in onServicePackageRestartedLocked()
/frameworks/base/services/smartspace/java/com/android/server/smartspace/
DSmartspaceManagerService.java87 final SmartspacePerUserService service = peekServiceForUserLocked(userId); in onServicePackageUpdatedLocked()
95 final SmartspacePerUserService service = peekServiceForUserLocked(userId); in onServicePackageRestartedLocked()
/frameworks/base/services/appprediction/java/com/android/server/appprediction/
DAppPredictionManagerService.java91 final AppPredictionPerUserService service = peekServiceForUserLocked(userId); in onServicePackageUpdatedLocked()
99 final AppPredictionPerUserService service = peekServiceForUserLocked(userId); in onServicePackageRestartedLocked()
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureManagerService.java731 final ContentCapturePerUserService service = peekServiceForUserLocked(userId); in destroySessions()
757 final ContentCapturePerUserService service = peekServiceForUserLocked(userId); in listSessions()
1343 final ContentCapturePerUserService service = peekServiceForUserLocked(userId); in isContentCaptureServiceForUser()
1370 final ContentCapturePerUserService service = peekServiceForUserLocked(userId); in sendActivityStartAssistData()
1382 final ContentCapturePerUserService service = peekServiceForUserLocked(userId); in sendActivityAssistData()
1402 final ContentCapturePerUserService service = peekServiceForUserLocked(userId); in notifyActivityEvent()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerService.java441 managerService = peekServiceForUserLocked(userId); in peekServiceForUserWithLocalBinderIdentityLocked()
515 AutofillManagerServiceImpl service = peekServiceForUserLocked(userId); in removeAllSessions()
541 AutofillManagerServiceImpl service = peekServiceForUserLocked(userId); in listSessions()
875 final AutofillManagerServiceImpl service = peekServiceForUserLocked(userId); in requestSavedPasswordCount()
1159 final AutofillManagerServiceImpl service = peekServiceForUserLocked(userId); in isAugmentedAutofillServiceForUser()
1656 final AutofillManagerServiceImpl service = peekServiceForUserLocked(userId); in removeClient()
/frameworks/base/services/
Dart-wear-profile11783 PLcom/android/server/infra/AbstractMasterSystemService;->peekServiceForUserLocked(I)Lcom/android/se…