Searched refs:METHOD_TRANSCRIBE_VOICEMAIL_ASYNC (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Dialer/java/com/android/voicemail/impl/ |
D | VoicemailTranscriptionServiceGrpc.java | 60 …ons.voicemailtranscription.v1.TranscribeVoicemailAsyncResponse> METHOD_TRANSCRIBE_VOICEMAIL_ASYNC = field in VoicemailTranscriptionServiceGrpc 134 asyncUnimplementedUnaryCall(METHOD_TRANSCRIBE_VOICEMAIL_ASYNC, responseObserver); in transcribeVoicemailAsync() 169 METHOD_TRANSCRIBE_VOICEMAIL_ASYNC, in bindService() 234 …getChannel().newCall(METHOD_TRANSCRIBE_VOICEMAIL_ASYNC, getCallOptions()), request, responseObserv… in transcribeVoicemailAsync() 301 getChannel(), METHOD_TRANSCRIBE_VOICEMAIL_ASYNC, getCallOptions(), request); in transcribeVoicemailAsync() 368 getChannel().newCall(METHOD_TRANSCRIBE_VOICEMAIL_ASYNC, getCallOptions()), request); in transcribeVoicemailAsync() 453 METHOD_TRANSCRIBE_VOICEMAIL_ASYNC, in getServiceDescriptor()
|