Home
last modified time | relevance | path

Searched refs:TranscriptionClient (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/grpc/
H A DTranscriptionClient.java27 public class TranscriptionClient { class
31 TranscriptionClient( in TranscriptionClient() method in TranscriptionClient
H A DTranscriptionClientFactory.java66 public TranscriptionClient getClient() { in getClient()
74 return new TranscriptionClient(VoicemailTranscriptionServiceGrpc.newBlockingStub(channel)); in getClient()
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/
H A DTranscriptionTask.java32 import com.android.voicemail.impl.transcribe.grpc.TranscriptionClient;
72 TranscriptionResponse getResponse(TranscriptionClient client); in getResponse()
131 TranscriptionClient client = clientFactory.getClient(); in sendRequest()
H A DGetTranscriptReceiver.java37 import com.android.voicemail.impl.transcribe.grpc.TranscriptionClient;
240 TranscriptionClient client = factory.getClient(); in pollForTranscription()