Home
last modified time | relevance | path

Searched refs:TranscriptionFeedbackResponseAsync (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/grpc/
DTranscriptionFeedbackResponseAsync.java24 public class TranscriptionFeedbackResponseAsync extends TranscriptionResponse { class
27 public TranscriptionFeedbackResponseAsync(SendTranscriptionFeedbackResponse response) { in TranscriptionFeedbackResponseAsync() method in TranscriptionFeedbackResponseAsync
32 public TranscriptionFeedbackResponseAsync(Status status) { in TranscriptionFeedbackResponseAsync() method in TranscriptionFeedbackResponseAsync
DTranscriptionClient.java64 public TranscriptionFeedbackResponseAsync sendTranscriptFeedbackRequest( in sendTranscriptFeedbackRequest()
67 return new TranscriptionFeedbackResponseAsync(stub.sendTranscriptionFeedback(request)); in sendTranscriptFeedbackRequest()
69 return new TranscriptionFeedbackResponseAsync(e.getStatus()); in sendTranscriptFeedbackRequest()