Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/grpc/
DTranscriptionClient.java55 public GetTranscriptResponseAsync sendGetTranscriptRequest(GetTranscriptRequest request) { in sendGetTranscriptRequest()
57 return new GetTranscriptResponseAsync(stub.getTranscript(request)); in sendGetTranscriptRequest()
59 return new GetTranscriptResponseAsync(e.getStatus()); in sendGetTranscriptRequest()
DGetTranscriptResponseAsync.java26 public class GetTranscriptResponseAsync extends TranscriptionResponse { class
30 public GetTranscriptResponseAsync(GetTranscriptResponse response) { in GetTranscriptResponseAsync() method in GetTranscriptResponseAsync
36 public GetTranscriptResponseAsync(Status status) { in GetTranscriptResponseAsync() method in GetTranscriptResponseAsync
/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/
DGetTranscriptReceiver.java36 import com.android.voicemail.impl.transcribe.grpc.GetTranscriptResponseAsync;
242 GetTranscriptResponseAsync response = client.sendGetTranscriptRequest(request); in pollForTranscription()