Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/voicemail/impl/
DVoicemailTranscriptionServiceGrpc.java204 io.grpc.CallOptions callOptions) { in VoicemailTranscriptionServiceStub()
210 io.grpc.CallOptions callOptions) { in build()
273 io.grpc.CallOptions callOptions) { in VoicemailTranscriptionServiceBlockingStub()
279 io.grpc.CallOptions callOptions) { in build()
338 io.grpc.CallOptions callOptions) { in VoicemailTranscriptionServiceFutureStub()
344 io.grpc.CallOptions callOptions) { in build()
/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/grpc/
DTranscriptionClientFactory.java163 MethodDescriptor<ReqT, RespT> method, CallOptions callOptions, Channel next) { in interceptCall()