Searched defs:responseObserver (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/ |
H A D | VoicemailTranscriptionServiceGrpc.java | 122 …io.grpc.stub.StreamObserver<com.google.internal.communications.voicemailtranscription.v1.Transcrib… in transcribeVoicemail() 133 …io.grpc.stub.StreamObserver<com.google.internal.communications.voicemailtranscription.v1.Transcrib… in transcribeVoicemailAsync() 144 …io.grpc.stub.StreamObserver<com.google.internal.communications.voicemailtranscription.v1.GetTransc… in getTranscript() 220 …io.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 244 …io.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 …]
|