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

  /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
MidiTest.java 97 if (testStateListener != null) testStateListener.onTestStoppedWithError();
105 if (testStateListener != null) testStateListener.onTestStoppedWithError();
123 if (testStateListener != null) testStateListener.onTestStoppedWithError();
131 if (testStateListener != null) testStateListener.onTestStoppedWithError();
185 if (testStateListener != null) testStateListener.onTestPartialResult(dt)
    [all...]
BaseTest.java 25 interface TestStateListener {
35 TestStateListener testStateListener = null;
47 void setTestStateListener(TestStateListener listener) {
48 this.testStateListener = listener;
AudioTest.java 181 if (testStateListener != null) testStateListener.onTestStoppedWithError();
209 if (testStateListener != null) testStateListener.onTestStoppedWithError();
260 if (testStateListener != null) testStateListener.onTestPartialResult(dt_queue2wire);
392 if (testStateListener != null) testStateListener.onTestPartialResult(latencyCb_ms);
432 if (testStateListener != null) testStateListener.onTestStopped()
    [all...]

Completed in 50 milliseconds