Home
last modified time | relevance | path

Searched refs:testLevel (Results 1 – 4 of 4) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioFrequencySpeakerActivity.java347 sb.append("Level in Band 1 : " + (testLevel() ? "OK" :"Not Optimal") + in toString()
365 public boolean testLevel() { in testLevel() method in AudioFrequencySpeakerActivity.Results
384 if (!testLevel()) { in testAll()
DAudioFrequencyLineActivity.java330 sb.append("Level in Band 1 : " + (testLevel() ? "OK" :"Not Optimal") +"\n"); in toString()
347 public boolean testLevel() { in testLevel() method in AudioFrequencyLineActivity.Results
364 if (!testLevel()) { in testAll()
DAudioFrequencyMicActivity.java520 sb.append("Level in Band 1 : " + (testLevel() ? "OK" :"Not Optimal") + in toString()
538 public boolean testLevel() { in testLevel() method in AudioFrequencyMicActivity.Results
558 if (!testLevel()) { in testAll()
/cts/tests/tests/media/src/android/media/cts/
DMediaRecorderTest.java853 private void testLevel(String mediaType, int width, int height, int framerate, in testLevel() method in MediaRecorderTest
964 testLevel(AVC, 176, 144, 15, 64, profile, AVCLevel1, AVCLevel1); in testProfileAvcBaselineLevel1()
970 testLevel(AVC, 176, 144, 15, 64, profile, AVCLevel1b, AVCLevel1, in testProfileAvcBaselineLevel1()