Home
last modified time | relevance | path

Searched refs:newBlockingStub (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DPandoraDevice.java64 HostGrpc.HostBlockingStub stub = HostGrpc.newBlockingStub(channel); in before()
82 stub = HostGrpc.newBlockingStub(mChannel); in before()
118 return HostGrpc.newBlockingStub(mChannel); in hostBlocking()
128 return DckGrpc.newBlockingStub(mChannel); in dckBlocking()
143 return GATTGrpc.newBlockingStub(mChannel); in gattBlocking()
153 return RFCOMMGrpc.newBlockingStub(mChannel); in rfcommBlocking()
/packages/modules/Bluetooth/framework/tests/metrics/device/android/bluetooth/
DBluetoothMetricsHelperTest.kt105 HostGrpc.newBlockingStub(channel).factoryReset(Empty.getDefaultInstance()) in setUp()
113 mHostBlockingStub = HostGrpc.newBlockingStub(mChannel) in setUp()
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/provision/grpc/impl/
DDeviceFinalizeClientImpl.java38 mBlockingStub = DeviceLockFinalizeServiceGrpc.newBlockingStub( in DeviceFinalizeClientImpl()
DDeviceCheckInClientImpl.java157 mDefaultBlockingStub = DeviceLockCheckinServiceGrpc.newBlockingStub(mDefaultChannel) in DeviceCheckInClientImpl()
345 DeviceLockCheckinServiceGrpc.newBlockingStub(mNonVpnChannel) in onNonVpnNetworkChanged()
/packages/apps/Dialer/java/com/android/voicemail/impl/transcribe/grpc/
DTranscriptionClientFactory.java74 return new TranscriptionClient(VoicemailTranscriptionServiceGrpc.newBlockingStub(channel)); in getClient()
/packages/apps/Dialer/java/com/android/voicemail/impl/
DVoicemailTranscriptionServiceGrpc.java96 public static VoicemailTranscriptionServiceBlockingStub newBlockingStub( in newBlockingStub() method in VoicemailTranscriptionServiceGrpc