Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAdminServiceProfileOwnerTest.java62 public void testAll() throws Throwable { in testAll() method in DeviceAdminServiceProfileOwnerTest
63 super.testAll(); in testAll()
DBaseDeviceAdminServiceTest.java99 public void testAll() throws Throwable { in testAll() method in BaseDeviceAdminServiceTest
/cts/tests/tests/voicesettings/src/android/voicesettings/cts/
DBatterySaverModeTest.java42 public void testAll() throws Exception { in testAll() method in BatterySaverModeTest
DZenModeTest.java51 public void testAll() throws Exception { in testAll() method in ZenModeTest
DAirplaneModeTest.java65 public void testAll() throws Exception { in testAll() method in AirplaneModeTest
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioFrequencyVoiceRecognitionActivity.java619 if (mResultsTone.testAll()) {
628 if (mResultsBack.testAll()) {
636 if (mResultsMic.testAll()) {
647 if (mResultsMic.testAll() && mResultsTone.testAll() && toneTestSuccess &&
648 mResultsBack.testAll()) {
880 public boolean testAll() { in testAll() method in AudioFrequencyVoiceRecognitionActivity.Results
DAudioFrequencyUnprocessedActivity.java597 if (mResultsTone.testAll()) { in computeResults()
606 if (mResultsBack.testAll()) { in computeResults()
614 if (mResultsMic.testAll()) { in computeResults()
625 if (mResultsMic.testAll() && mResultsTone.testAll() && toneTestSuccess && in computeResults()
626 mResultsBack.testAll()) { in computeResults()
869 public boolean testAll() { in testAll() method in AudioFrequencyUnprocessedActivity.Results
DAudioFrequencySpeakerActivity.java369 public boolean testAll() { in testAll() method in AudioFrequencySpeakerActivity.Results
393 if (resultsLeft.testAll() && resultsRight.testAll() && resultsBase.testAll()) { in computeResults()
DAudioFrequencyLineActivity.java344 public boolean testAll() { in testAll() method in AudioFrequencyLineActivity.Results
365 if (resultsLeft.testAll() && resultsRight.testAll()) { in computeResults()
DAudioFrequencyMicActivity.java533 public boolean testAll() { in testAll() method in AudioFrequencyMicActivity.Results
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DVoiceInteractionTest.java93 public void testAll() throws Exception { in testAll() method in VoiceInteractionTest
/cts/tests/ServiceKillTest/src/com/android/cts/servicekilltest/
DServiceKillTests.java71 public void testAll() throws Exception { in testAll() method in ServiceKillTests