Searched defs:responseObserver (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Dialer/java/com/android/voicemail/impl/ |
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() 155 …io.grpc.stub.StreamObserver<com.google.internal.communications.voicemailtranscription.v1.SendTrans… in sendTranscriptionFeedback() 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 232 …io.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 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 [all …]
|
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/pairing/ |
D | PairingTest.java | 313 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/ |
D | LeAdvertisingTest.java | 74 StreamObserverSpliterator<ScanningResponse> responseObserver = in scanWithBumble() local 79 .scan(ScanRequest.newBuilder().build(), responseObserver); in scanWithBumble() local
|
D | LeScanningTest.java | 415 StreamObserverSpliterator<AdvertiseResponse> responseObserver = in advertiseWithBumble() local 417 mBumble.host().advertise(requestBuilder.build(), responseObserver); in advertiseWithBumble() local
|
D | GattClientTest.java | 433 StreamObserverSpliterator<AdvertiseResponse> responseObserver = in advertiseWithBumble() local
|
/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/provision/grpc/impl/ |
D | DeviceCheckinClientImplTest.java | 760 StreamObserver<IsDeviceInApprovedCountryResponse> responseObserver) { in makeSucceedingService() 770 StreamObserver<PauseDeviceProvisioningResponse> responseObserver) { in makeSucceedingService() 780 StreamObserver<ReportDeviceProvisionStateResponse> responseObserver) { in makeSucceedingService()
|