Searched defs:mOutgoingConnectionServiceRpc (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConnectionService.java178 mOutgoingConnectionServiceRpc);
305 mOutgoingConnectionServiceRpc, connection);
326 mOutgoingConnectionServiceRpc.asBinder().unlinkToDeath(mDeathRecipient, 0);
330 private final IConnectionService mOutgoingConnectionServiceRpc; field in class:RemoteConnectionService
339 mOutgoingConnectionServiceRpc = outgoingConnectionServiceRpc;
340 mOutgoingConnectionServiceRpc.asBinder().linkToDeath(mDeathRecipient, 0);
346 return "[RemoteCS - " + mOutgoingConnectionServiceRpc.asBinder().toString() + "]";
361 mOutgoingConnectionServiceRpc.addConnectionServiceAdapter(mServant.getStub());
364 new RemoteConnection(id, mOutgoingConnectionServiceRpc, newRequest);
367 mOutgoingConnectionServiceRpc
[all...]

Completed in 51 milliseconds