Home
last modified time | relevance | path

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

/cts/tests/devicestate/src/android/hardware/devicestate/cts/
DDeviceStateManagerTests.java517 final ArgumentCaptor<DeviceState> deviceStateAgumentCaptor = ArgumentCaptor.forClass( in testRegisterCallbackSuppliesInitialValue() local
526 deviceStateAgumentCaptor.capture()); in testRegisterCallbackSuppliesInitialValue()
527 assertValidState(deviceStateAgumentCaptor.getValue().getIdentifier()); in testRegisterCallbackSuppliesInitialValue()