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.java44 public void testAll() throws Exception { in testAll() method in BatterySaverModeTest
DAirplaneModeTest.java67 public void testAll() throws Exception { in testAll() method in AirplaneModeTest
DZenModeTest.java53 public void testAll() throws Exception { in testAll() method in ZenModeTest
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioFrequencyVoiceRecognitionActivity.java620 if (mResultsTone.testAll()) {
629 if (mResultsBack.testAll()) {
637 if (mResultsMic.testAll()) {
649 if (mResultsMic.testAll() && mResultsTone.testAll() && toneTestSuccess &&
650 mResultsBack.testAll()) {
884 public boolean testAll() { in testAll() method in AudioFrequencyVoiceRecognitionActivity.Results
DAudioFrequencyUnprocessedActivity.java598 if (mResultsTone.testAll()) { in computeResults()
607 if (mResultsBack.testAll()) { in computeResults()
615 if (mResultsMic.testAll()) { in computeResults()
627 if (mResultsMic.testAll() && mResultsTone.testAll() && toneTestSuccess && in computeResults()
628 mResultsBack.testAll()) { in computeResults()
873 public boolean testAll() { in testAll() method in AudioFrequencyUnprocessedActivity.Results
DAudioFrequencySpeakerActivity.java370 public boolean testAll() { in testAll() method in AudioFrequencySpeakerActivity.Results
394 if (resultsLeft.testAll() && resultsRight.testAll() && resultsBase.testAll()) { in computeResults()
DAudioFrequencyLineActivity.java345 public boolean testAll() { in testAll() method in AudioFrequencyLineActivity.Results
366 if (resultsLeft.testAll() && resultsRight.testAll()) { in computeResults()
DAudioFrequencyMicActivity.java536 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