Home | History | Annotate | Download | only in cts

Lines Matching defs:SSID

38     private static final String SSID = "\"TestSSID\"";
787 config.SSID = SSID;
791 assertTrue(doesSsidExist(SSID));
793 assertFalse(doesSsidExist(SSID));
796 private boolean doesSsidExist(String ssid) {
798 if (w.SSID.equals(ssid))