Home
last modified time | relevance | path

Searched refs:mPerUserService (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/contentsuggestions/
DContentSuggestionsPerUserServiceTest.java46 private ContentSuggestionsPerUserService mPerUserService; field in ContentSuggestionsPerUserServiceTest
62 mPerUserService = new ContentSuggestionsPerUserService(contentSuggestionsManagerService, in setup()
72 mPerUserService.provideContextImageLocked(mUserId, imageContextRequestExtras); in testProvideContextImageLocked_noBitmapInBundle()
84 mPerUserService.provideContextImageLocked(mUserId, imageContextRequestExtras); in testProvideContextImageLocked_bitmapInBundle()
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DRemoteContentCaptureService.java47 private final ContentCapturePerUserService mPerUserService; field in RemoteContentCaptureService
57 mPerUserService = perUserService; in RemoteContentCaptureService()
89 mPerUserService.onConnected(); in handleOnConnectedStateChanged()