Searched refs:IConnectionRequestCallback (Results 1 – 6 of 6) sorted by relevance
45 import android.car.occupantconnection.IConnectionRequestCallback;123 IConnectionRequestCallback[] binderCallback = new IConnectionRequestCallback[1]; in testRequestConnectionWithEstablishedConnection_throwsException()126 binderCallback[0] = (IConnectionRequestCallback) args[2]; in testRequestConnectionWithEstablishedConnection_throwsException()143 IConnectionRequestCallback[] binderCallback = new IConnectionRequestCallback[1]; in testRequestConnectionWithRejectedConnection()146 binderCallback[0] = (IConnectionRequestCallback) args[2]; in testRequestConnectionWithRejectedConnection()178 IConnectionRequestCallback[] binderCallback = new IConnectionRequestCallback[1]; in testRequestConnectionCallbackInvoked()185 binderCallback[0] = (IConnectionRequestCallback) args[2]; in testRequestConnectionCallbackInvoked()
38 import android.car.occupantconnection.IConnectionRequestCallback;154 private final BinderKeyValueContainer<ConnectionId, IConnectionRequestCallback>162 private final BinderKeyValueContainer<ConnectionId, IConnectionRequestCallback>212 IConnectionRequestCallback callback = in ReceiverServiceConnection()245 IConnectionRequestCallback callback = in ReceiverServiceConnection()353 BinderKeyValueContainer<ConnectionId, IConnectionRequestCallback> in CarOccupantConnectionService()355 BinderKeyValueContainer<ConnectionId, IConnectionRequestCallback> in CarOccupantConnectionService()422 IConnectionRequestCallback callback = mPendingConnectionRequestMap.valueAt(i); in dump()428 IConnectionRequestCallback callback = mAcceptedConnectionRequestMap.valueAt(i); in dump()502 IConnectionRequestCallback callback) { in requestConnection()[all …]
20 import android.car.occupantconnection.IConnectionRequestCallback;33 in IConnectionRequestCallback callback); in requestConnection()
22 oneway interface IConnectionRequestCallback { interface
314 private final IConnectionRequestCallback mBinderConnectionRequestCallback =315 new IConnectionRequestCallback.Stub() {
44 import android.car.occupantconnection.IConnectionRequestCallback;91 private IConnectionRequestCallback mConnectionRequestCallback;110 private final BinderKeyValueContainer<ConnectionId, IConnectionRequestCallback>112 private final BinderKeyValueContainer<ConnectionId, IConnectionRequestCallback>547 IConnectionRequestCallback callback = mock(IConnectionRequestCallback.class); in testRequestConnectionAlreadyConnected()570 IConnectionRequestCallback callback = mock(IConnectionRequestCallback.class); in testRequestConnectionWithPendingConnection()632 IConnectionRequestCallback connectionRequestCallback2 = in testCancelConnection()633 mock(IConnectionRequestCallback.class); in testCancelConnection()718 IConnectionRequestCallback callback2 = mock(IConnectionRequestCallback.class); in testReceiverServiceDisconnected()995 IConnectionRequestCallback {