Searched refs:DEFAULT_SSID (Results 1 – 3 of 3) sorted by relevance
41 static final String DEFAULT_SSID = "AndroidAP"; field in WifiTetherSSIDPreferenceController76 mSSID = DEFAULT_SSID; in updateDisplay()
90 .isEqualTo(WifiTetherSSIDPreferenceController.DEFAULT_SSID); in displayPreference_noWifiConfig_shouldDisplayDefaultSSID()127 WifiTetherSSIDPreferenceController.DEFAULT_SSID); in changePreference_shouldNotLogActionWhenNotChanged()
125 private static final String DEFAULT_SSID = "DefaultTestSSID"; field in SoftApManagerTest457 defaultConfigBuilder.setSsid(DEFAULT_SSID); in createDefaultApConfig()