Searched refs:newStub (Results 1 – 3 of 3) sorted by relevance
113 return HostGrpc.newStub(mChannel); in host()123 return DckGrpc.newStub(mChannel); in dck()133 return SecurityGrpc.newStub(mChannel); in security()138 return GATTGrpc.newStub(mChannel); in gatt()148 return RFCOMMGrpc.newStub(mChannel); in rfcomm()
114 mHostStub = HostGrpc.newStub(mChannel) in setUp()
89 public static VoicemailTranscriptionServiceStub newStub(io.grpc.Channel channel) { in newStub() method in VoicemailTranscriptionServiceGrpc