HomeSort by relevance Sort by last modified time
    Searched refs:hasPassed (Results 1 - 9 of 9) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/ResultObjects/
ResultObject.java 41 public boolean hasPassed() {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
MicrophoneDeviceTestActivity.java 149 private boolean hasPassed(View item) {
156 if (!hasPassed(item)) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
NDKMidiActivity.java 141 boolean hasPassed = false;
144 hasPassed = true;
146 hasPassed = mUSBTestModule.hasTestPassed() &&
151 getPassButton().setEnabled(hasPassed);
152 return hasPassed;
MidiActivity.java 143 boolean hasPassed = false;
146 hasPassed = true;
148 hasPassed = mUSBTestModule.hasTestPassed() &&
153 getPassButton().setEnabled(hasPassed);
154 return hasPassed;
ProAudioActivity.java 161 boolean hasPassed =
168 getPassButton().setEnabled(hasPassed);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Fragments/
AccuracyFragment.java 231 if (result.hasPassed() || BuildConfig.DEBUG) {
ComplexMovementFragment.java 204 if (result.hasPassed() || BuildConfig.DEBUG) {
RobustnessFragment.java 207 if (result.hasPassed() || BuildConfig.DEBUG) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
Manager.java 251 if (complexMovementResult.hasPassed()) {

Completed in 379 milliseconds