Home
last modified time | relevance | path

Searched refs:mTestState (Results 1 – 3 of 3) 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/
DUnlockedDeviceRequiredTest.java347 private @TestState int mTestState; field in UnlockedDeviceRequiredTest.TestController
377 switch (mTestState) { in updateTestState()
384 mTestState = initialTestState; in updateTestState()
390 mTestState = initialTestState; in updateTestState()
409 if (mTestState == STATE_AWAITING_BIOMETRIC_LOCK in deviceStateChanged()
410 || mTestState == STATE_AWAITING_CREDENTIAL_LOCK) { in deviceStateChanged()
416 if (mTestState == STATE_BIOMETRIC_UNLOCK_COMPLETE || in deviceStateChanged()
417 mTestState == STATE_CREDENTIAL_UNLOCK_COMPLETE) { in deviceStateChanged()
426 if (mTestState == STATE_TEST_SUCCESSFUL) { in deviceStateChanged()
456 mTestState = STATE_FAILED_KEY_AVAILABLE_IN_LOCK_STATE; in runDeviceTest()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DBubblesVerifierActivity.java85 private TextView mTestState; field in BubblesVerifierActivity
139 mTestState = findViewById(R.id.bubble_test_state); in onCreate()
256 mTestState.setVisibility(VISIBLE); in updateViewForTest()
259 mTestState.setText(R.string.bubble_test_state_correct); in updateViewForTest()
261 mTestState.setText(R.string.bubble_test_state_waiting); in updateViewForTest()
267 mTestState.setText(R.string.bubble_test_state_correct); in updateViewForTest()
276 mTestState.setVisibility(GONE); in updateViewForTest()