Home
last modified time | relevance | path

Searched defs:responseObserver (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/
H A DVoicemailTranscriptionServiceGrpc.java122io.grpc.stub.StreamObserver<com.google.internal.communications.voicemailtranscription.v1.Transcrib… in transcribeVoicemail()
133io.grpc.stub.StreamObserver<com.google.internal.communications.voicemailtranscription.v1.Transcrib… in transcribeVoicemailAsync()
144io.grpc.stub.StreamObserver<com.google.internal.communications.voicemailtranscription.v1.GetTransc… in getTranscript()
220io.grpc.stub.StreamObserver<com.google.internal.communications.voicemailtranscription.v1.Transcrib… in transcribeVoicemail()
222 … getChannel().newCall(METHOD_TRANSCRIBE_VOICEMAIL, getCallOptions()), request, responseObserver); in transcribeVoicemail() local
234 …Channel().newCall(METHOD_TRANSCRIBE_VOICEMAIL_ASYNC, getCallOptions()), request, responseObserver); in transcribeVoicemailAsync() local
244io.grpc.stub.StreamObserver<com.google.internal.communications.voicemailtranscription.v1.GetTransc… in getTranscript()
246 getChannel().newCall(METHOD_GET_TRANSCRIPT, getCallOptions()), request, responseObserver); in getTranscript() local
258 …hannel().newCall(METHOD_SEND_TRANSCRIPTION_FEEDBACK, getCallOptions()), request, responseObserver); in sendTranscriptionFeedback() local
416 public void invoke(Req request, io.grpc.stub.StreamObserver<Resp> responseObserver) { in invoke()
[all …]