Home
last modified time | relevance | path

Searched refs:isDefaultServiceLocked (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/translation/java/com/android/server/translation/
DTranslationManagerService.java109 private boolean isDefaultServiceLocked(int userId) { in isDefaultServiceLocked() method in TranslationManagerService
163 if (service != null && (isDefaultServiceLocked(userId) in onTranslationCapabilitiesRequest()
201 if (service != null && (isDefaultServiceLocked(userId) in onSessionCreated()
218 if (service != null && (isDefaultServiceLocked(userId) in updateUiTranslationState()
/frameworks/base/services/musicrecognition/java/com/android/server/musicrecognition/
DMusicRecognitionManagerService.java123 if (service != null && (isDefaultServiceLocked(userId) in beginRecognition()
151 private boolean isDefaultServiceLocked(int userId) { in isDefaultServiceLocked() method in MusicRecognitionManagerService.MusicRecognitionManagerStub
/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/
DContentCaptureManagerService.java860 private boolean isDefaultServiceLocked(int userId) { in isDefaultServiceLocked() method in ContentCaptureManagerService
1101 if (!isDefaultServiceLocked(userId) && !isCalledByServiceLocked("startSession()")) { in startSession()