Home
last modified time | relevance | path

Searched refs:IConnectionRequestCallback (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarOccupantConnectionManagerUnitTest.java45 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()
/packages/services/Car/service/src/com/android/car/occupantconnection/
DCarOccupantConnectionService.java38 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 …]
/packages/services/Car/car-lib/src/android/car/occupantconnection/
DICarOccupantConnection.aidl20 import android.car.occupantconnection.IConnectionRequestCallback;
33 in IConnectionRequestCallback callback); in requestConnection()
DIConnectionRequestCallback.aidl22 oneway interface IConnectionRequestCallback { interface
DCarOccupantConnectionManager.java314 private final IConnectionRequestCallback mBinderConnectionRequestCallback =
315 new IConnectionRequestCallback.Stub() {
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/occupantconnection/
DCarOccupantConnectionServiceTest.java44 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 {