Searched refs:newBlockingStub (Results 1 – 6 of 6) sorted by relevance
64 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()
105 HostGrpc.newBlockingStub(channel).factoryReset(Empty.getDefaultInstance()) in setUp()113 mHostBlockingStub = HostGrpc.newBlockingStub(mChannel) in setUp()
38 mBlockingStub = DeviceLockFinalizeServiceGrpc.newBlockingStub( in DeviceFinalizeClientImpl()
157 mDefaultBlockingStub = DeviceLockCheckinServiceGrpc.newBlockingStub(mDefaultChannel) in DeviceCheckInClientImpl()345 DeviceLockCheckinServiceGrpc.newBlockingStub(mNonVpnChannel) in onNonVpnNetworkChanged()
74 return new TranscriptionClient(VoicemailTranscriptionServiceGrpc.newBlockingStub(channel)); in getClient()
96 public static VoicemailTranscriptionServiceBlockingStub newBlockingStub( in newBlockingStub() method in VoicemailTranscriptionServiceGrpc