Home
last modified time | relevance | path

Searched refs:onTestStopped (Results 1 – 5 of 5) sorted by relevance

/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DMidiFragment.java116 public void onTestStopped() { in onTestStopped() method in MidiFragment
133 onTestStopped(); in onTestStoppedWithError()
DBaseTest.java26 void onTestStopped(); in onTestStopped() method
DAudioTest.java432 if (testStateListener != null) testStateListener.onTestStopped(); in finishPlaybackMeasurement()
455 if (testStateListener != null) testStateListener.onTestStopped(); in finishRecordingMeasurement()
DMidiTest.java234 if (testStateListener != null) testStateListener.onTestStopped(); in finishMidiOut()
292 if (testStateListener != null) testStateListener.onTestStopped();
DAudioFragment.java240 public void onTestStopped() { in onTestStopped() method in AudioFragment