Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/voicemail/impl/
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()
155io.grpc.stub.StreamObserver<com.google.internal.communications.voicemailtranscription.v1.SendTrans… in sendTranscriptionFeedback()
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
232io.grpc.stub.StreamObserver<com.google.internal.communications.voicemailtranscription.v1.Transcrib… in transcribeVoicemailAsync()
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
[all …]
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/pairing/
DPairingTest.java313 StreamObserverSpliterator<SecureResponse> responseObserver = in testCancelBondLe_WithGattServiceDiscovery() local
364 StreamObserverSpliterator<SecureResponse> responseObserver = in testBondLe_WithGattServiceDiscovery() local
429 StreamObserverSpliterator<SecureResponse> responseObserver = in helper_OutgoingGattServiceDiscoveryWithIncomingLePairing() local
437 responseObserver); in helper_OutgoingGattServiceDiscoveryWithIncomingLePairing() local
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DLeAdvertisingTest.java74 StreamObserverSpliterator<ScanningResponse> responseObserver = in scanWithBumble() local
79 .scan(ScanRequest.newBuilder().build(), responseObserver); in scanWithBumble() local
DLeScanningTest.java415 StreamObserverSpliterator<AdvertiseResponse> responseObserver = in advertiseWithBumble() local
417 mBumble.host().advertise(requestBuilder.build(), responseObserver); in advertiseWithBumble() local
DGattClientTest.java433 StreamObserverSpliterator<AdvertiseResponse> responseObserver = in advertiseWithBumble() local
/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/provision/grpc/impl/
DDeviceCheckinClientImplTest.java760 StreamObserver<IsDeviceInApprovedCountryResponse> responseObserver) { in makeSucceedingService()
770 StreamObserver<PauseDeviceProvisioningResponse> responseObserver) { in makeSucceedingService()
780 StreamObserver<ReportDeviceProvisionStateResponse> responseObserver) { in makeSucceedingService()