Home
last modified time | relevance | path

Searched refs:payloadCallbackBinder2 (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/CarLibUnitTest/src/android/car/occupantconnection/
DAbstractReceiverServiceUnitTest.java85 IBinder payloadCallbackBinder2 = mock(IBinder.class); in testRegisterAndUnregisterReceiver() local
86 when(payloadCallback2.asBinder()).thenReturn(payloadCallbackBinder2); in testRegisterAndUnregisterReceiver()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/occupantconnection/
DCarOccupantConnectionServiceTest.java175 IBinder payloadCallbackBinder2 = mock(IBinder.class); in testRegisterReceiverWithDuplicateId_throwsException() local
176 when(payloadCallback2.asBinder()).thenReturn(payloadCallbackBinder2); in testRegisterReceiverWithDuplicateId_throwsException()
208 IBinder payloadCallbackBinder2 = mock(IBinder.class); in testRegisterTwoReceiversWithoutReceiverServiceConnected() local
209 when(payloadCallback2.asBinder()).thenReturn(payloadCallbackBinder2); in testRegisterTwoReceiversWithoutReceiverServiceConnected()
299 IBinder payloadCallbackBinder2 = mock(IBinder.class); in testRegisterReceiverWithReceiverServiceConnected() local
300 when(payloadCallback2.asBinder()).thenReturn(payloadCallbackBinder2); in testRegisterReceiverWithReceiverServiceConnected()