HomeSort by relevance Sort by last modified time
    Searched refs:testLevel (Results 1 - 6 of 6) sorted by null

  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
NetworkControllerWifiTest.java 39 for (int testLevel = 0; testLevel < WifiIcons.WIFI_LEVEL_COUNT; testLevel++) {
40 setWifiLevel(testLevel);
43 verifyLastWifiIcon(true, WifiIcons.WIFI_SIGNAL_STRENGTH[1][testLevel]);
45 verifyLastWifiIcon(true, WifiIcons.WIFI_SIGNAL_STRENGTH[0][testLevel]);
60 for (int testLevel = 0; testLevel < WifiIcons.WIFI_LEVEL_COUNT; testLevel++) {
61 setWifiLevel(testLevel);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
AudioFrequencyLineActivity.java 330 sb.append("Level in Band 1 : " + (testLevel() ? "OK" :"Not Optimal") +"\n");
347 public boolean testLevel() {
364 if (!testLevel()) {
AudioFrequencySpeakerActivity.java 347 sb.append("Level in Band 1 : " + (testLevel() ? "OK" :"Not Optimal") +
365 public boolean testLevel() {
384 if (!testLevel()) {
AudioFrequencyMicActivity.java 520 sb.append("Level in Band 1 : " + (testLevel() ? "OK" :"Not Optimal") +
538 public boolean testLevel() {
558 if (!testLevel()) {
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/logging/log4j/log4j-api/2.5/
log4j-api-2.5.jar 
  /cts/tests/tests/media/src/android/media/cts/
MediaRecorderTest.java     [all...]

Completed in 115 milliseconds