Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/flashlight/
DCameraFlashlightActivity.java45 private TestState mTestState; field in CameraFlashlightActivity
72 switch (mTestState) {
80 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;
139 mTestState = TestState.FAILED;
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DUnlockedDeviceRequiredKeysTest.java351 private @TestState int mTestState; field in UnlockedDeviceRequiredKeysTest.TestController
381 switch (mTestState) { in updateTestState()
388 mTestState = initialTestState; in updateTestState()
394 mTestState = initialTestState; in updateTestState()
413 if (mTestState == STATE_AWAITING_BIOMETRIC_LOCK in deviceStateChanged()
414 || mTestState == STATE_AWAITING_CREDENTIAL_LOCK) { in deviceStateChanged()
420 if (mTestState == STATE_BIOMETRIC_UNLOCK_COMPLETE || in deviceStateChanged()
421 mTestState == STATE_CREDENTIAL_UNLOCK_COMPLETE) { in deviceStateChanged()
430 if (mTestState == STATE_TEST_SUCCESSFUL) { in deviceStateChanged()
461 mTestState = STATE_FAILED_KEY_AVAILABLE_IN_LOCK_STATE; in runDeviceTest()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/webcam/
DWebcamTestActivity.java49 private TestState mTestState; field in WebcamTestActivity
73 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;
96 switch (mTestState) {
123 mTestState = TestState.RESULTS_RECEIVED; in onReceive()
129 mTestState = TestState.WEBCAM_NOT_SUPPORTED; in onReceive()
161 mTestState = TestState.ON_CREATE; in onCreate()
185 switch (mTestState) { in updateButtonsAndInstructions()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DBubblesVerifierActivity.java91 private TextView mTestState; field in BubblesVerifierActivity
146 mTestState = findViewById(R.id.bubble_test_state); in onCreate()
282 mTestState.setVisibility(VISIBLE); in updateViewForTest()
285 mTestState.setText(R.string.bubble_test_state_correct); in updateViewForTest()
287 mTestState.setText(R.string.bubble_test_state_waiting); in updateViewForTest()
293 mTestState.setText(R.string.bubble_test_state_correct); in updateViewForTest()
302 mTestState.setVisibility(GONE); in updateViewForTest()