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.java75 HostGrpc.newBlockingStub(channel).withDeadlineAfter(10000, TimeUnit.MILLISECONDS); in before()
93 stub = HostGrpc.newBlockingStub(mChannel); in before()
178 return HostGrpc.newBlockingStub(mChannel); in hostBlocking()
188 return BumbleConfigGrpc.newBlockingStub(mChannel); in bumbleConfigBlocking()
198 return HIDGrpc.newBlockingStub(mChannel); in hidBlocking()
208 return DckGrpc.newBlockingStub(mChannel); in dckBlocking()
218 return OOBGrpc.newBlockingStub(mChannel); in oobBlocking()
228 return GATTGrpc.newBlockingStub(mChannel); in gattBlocking()
238 return RFCOMMGrpc.newBlockingStub(mChannel); in rfcommBlocking()
248 return L2CAPGrpc.newBlockingStub(mChannel); in l2capBlocking()
[all …]
/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.java159 mDefaultBlockingStub = DeviceLockCheckinServiceGrpc.newBlockingStub(mDefaultChannel) in DeviceCheckInClientImpl()
402 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