Home
last modified time | relevance | path

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

/cts/tests/devicestate/src/android/hardware/devicestate/cts/
DDeviceStateManagerTests.java96 final ArgumentCaptor<DeviceState> intAgumentCaptor = ArgumentCaptor.forClass( in testRequestAllSupportedStates() local
110 verify(callback, atLeastOnce()).onDeviceStateChanged(intAgumentCaptor.capture()); in testRequestAllSupportedStates()
111 assertEquals(intAgumentCaptor.getValue().getIdentifier(), request.getState()); in testRequestAllSupportedStates()