Searched refs:perUserService (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/systemcaptions/java/com/android/server/systemcaptions/ |
D | SystemCaptionsManagerService.java | 49 SystemCaptionsManagerPerUserService perUserService = in newServiceLocked() local 51 perUserService.initializeLocked(); in newServiceLocked() 52 return perUserService; in newServiceLocked()
|
/frameworks/base/services/texttospeech/java/com/android/server/texttospeech/ |
D | TextToSpeechManagerService.java | 66 TextToSpeechManagerPerUserService perUserService = getServiceForUserLocked( in createSession() local 68 if (perUserService != null) { in createSession() 69 perUserService.createSessionLocked(engine, sessionCallback); in createSession()
|
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ |
D | RemoteContentCaptureService.java | 53 ContentCapturePerUserService perUserService, boolean bindInstantServiceAllowed, in RemoteContentCaptureService() argument 55 super(context, serviceInterface, serviceComponentName, userId, perUserService, in RemoteContentCaptureService() 61 mPerUserService = perUserService; in RemoteContentCaptureService()
|
/frameworks/base/services/musicrecognition/java/com/android/server/musicrecognition/ |
D | RemoteMusicRecognitionService.java | 51 int userId, MusicRecognitionManagerPerUserService perUserService, in RemoteMusicRecognitionService() argument 55 perUserService, in RemoteMusicRecognitionService()
|