Home
last modified time | relevance | path

Searched refs:setConfigSsid (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/connectivity/
DWifiConfigHelperTest.java46 WifiConfigHelper.setConfigSsid(mConfig, "0000aaaaFFFF"); in testSetConfigSsid()
48 WifiConfigHelper.setConfigSsid(mConfig, "atvtest"); in testSetConfigSsid()
50 WifiConfigHelper.setConfigSsid(mConfig, "0000aaaaFFFF1"); in testSetConfigSsid()
52 WifiConfigHelper.setConfigSsid(mConfig, "1234abcdEFFF"); in testSetConfigSsid()
54 WifiConfigHelper.setConfigSsid(mConfig, "1234abcdEFFG"); in testSetConfigSsid()
56 WifiConfigHelper.setConfigSsid(mConfig, "\"atv\""); in testSetConfigSsid()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
DWifiConfigHelper.java85 public static void setConfigSsid(WifiConfiguration config, String ssid) { in setConfigSsid() method in WifiConfigHelper
186 setConfigSsid(config, ssid); in getConfiguration()
/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/testutils/
DShadowWifiConfigHelper.java35 WifiConfigHelper.setConfigSsid(config, ssid); in getConfiguration()