Home
last modified time | relevance | path

Searched refs:testAll (Results 1 – 10 of 10) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioFrequencyVoiceRecognitionActivity.java624 if (mResultsTone.testAll()) {
633 if (mResultsBack.testAll()) {
641 if (mResultsMic.testAll()) {
652 if (mResultsMic.testAll() && mResultsTone.testAll() && toneTestSuccess &&
653 mResultsBack.testAll()) {
879 public boolean testAll() { in testAll() method in AudioFrequencyVoiceRecognitionActivity.Results
DAudioFrequencyUnprocessedActivity.java608 if (mResultsTone.testAll()) { in computeResults()
617 if (mResultsBack.testAll()) { in computeResults()
625 if (mResultsMic.testAll()) { in computeResults()
636 if (mResultsMic.testAll() && mResultsTone.testAll() && toneTestSuccess && in computeResults()
637 mResultsBack.testAll()) { in computeResults()
880 public boolean testAll() { in testAll() method in AudioFrequencyUnprocessedActivity.Results
DAudioFrequencySpeakerActivity.java383 public boolean testAll() { in testAll() method in AudioFrequencySpeakerActivity.Results
407 if (resultsLeft.testAll() && resultsRight.testAll() && resultsBase.testAll()) { in computeResults()
DAudioFrequencyLineActivity.java363 public boolean testAll() { in testAll() method in AudioFrequencyLineActivity.Results
384 if (resultsLeft.testAll() && resultsRight.testAll()) { in computeResults()
DAudioFrequencyMicActivity.java557 public boolean testAll() { in testAll() method in AudioFrequencyMicActivity.Results
/cts/tests/tests/voicesettings/src/android/voicesettings/cts/
DBatterySaverModeTest.java42 public void testAll() throws Exception { in testAll() method in BatterySaverModeTest
DAirplaneModeTest.java47 public void testAll() throws Exception { in testAll() method in AirplaneModeTest
DZenModeTest.java51 public void testAll() throws Exception { in testAll() method in ZenModeTest
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DVoiceInteractionTest.java89 public void testAll() throws Exception { in testAll() method in VoiceInteractionTest
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDeviceAdminServiceTest.java102 public void testAll() throws Throwable { in testAll() method in BaseDeviceAdminServiceTest