Searched refs:mOutgoingConnectionServiceRpc (Results 1 – 2 of 2) sorted by relevance
234 mOutgoingConnectionServiceRpc);387 mOutgoingConnectionServiceRpc, connection, callingPackage,518 mOutgoingConnectionServiceRpc.asBinder().unlinkToDeath(mDeathRecipient, 0);522 private final IConnectionService mOutgoingConnectionServiceRpc; field in RemoteConnectionService531 mOutgoingConnectionServiceRpc = outgoingConnectionServiceRpc; in RemoteConnectionService()532 mOutgoingConnectionServiceRpc.asBinder().linkToDeath(mDeathRecipient, 0); in RemoteConnectionService()538 return "[RemoteCS - " + mOutgoingConnectionServiceRpc.asBinder().toString() + "]"; in toString()566 mOutgoingConnectionServiceRpc.addConnectionServiceAdapter(mServant.getStub(), in createRemoteConnection()570 new RemoteConnection(id, mOutgoingConnectionServiceRpc, newRequest); in createRemoteConnection()573 mOutgoingConnectionServiceRpc.createConnection( in createRemoteConnection()[all …]
55906 Landroid/telecom/RemoteConnectionService;->mOutgoingConnectionServiceRpc:Lcom/android/internal/tele…