Searched refs:TestState (Results 1 – 3 of 3) sorted by relevance
45 private TestState mTestState;55 private final HashMap<TestState, HashSet<View>> mStateButtonsMap = new HashMap<>();57 private enum TestState { enum in CameraFlashlightActivity80 mTestState = TestState.ALL_PASSED;90 mTestState = TestState.WAITING_ON_CALLBACK_ON;93 mTestState = TestState.FAILED;102 mTestState = TestState.WAITING_ON_CALLBACK_OFF;105 mTestState = TestState.FAILED;136 if (mTestState == TestState.TESTING_ON) {137 mTestState = TestState.RESPONDED_ON_CORRECTLY;[all …]
49 private TestState mTestState;59 private enum TestState { enum in WebcamTestActivity73 mTestState = TestState.RESULTS_PASS_FRAMES_PASS;75 mTestState = TestState.RESULTS_FAIL_FRAMES_PASS;85 mTestState = TestState.RESULTS_PASS_FRAMES_FAIL;87 mTestState = TestState.RESULTS_FAIL_FRAMES_FAIL;123 mTestState = TestState.RESULTS_RECEIVED; in onReceive()129 mTestState = TestState.WEBCAM_NOT_SUPPORTED; in onReceive()161 mTestState = TestState.ON_CREATE; in onCreate()
346 @interface TestState { annotation in UnlockedDeviceRequiredKeysTest.TestController351 private @TestState int mTestState;377 @TestState int initialTestState = STATE_AWAITING_BIOMETRIC_LOCK; in updateTestState()