Searched refs:isDefaultServiceLocked (Results 1 – 3 of 3) sorted by relevance
109 private boolean isDefaultServiceLocked(int userId) { in isDefaultServiceLocked() method in TranslationManagerService163 if (service != null && (isDefaultServiceLocked(userId) in onTranslationCapabilitiesRequest()201 if (service != null && (isDefaultServiceLocked(userId) in onSessionCreated()218 if (service != null && (isDefaultServiceLocked(userId) in updateUiTranslationState()
123 if (service != null && (isDefaultServiceLocked(userId) in beginRecognition()151 private boolean isDefaultServiceLocked(int userId) { in isDefaultServiceLocked() method in MusicRecognitionManagerService.MusicRecognitionManagerStub
860 private boolean isDefaultServiceLocked(int userId) { in isDefaultServiceLocked() method in ContentCaptureManagerService1101 if (!isDefaultServiceLocked(userId) && !isCalledByServiceLocked("startSession()")) { in startSession()