Searched refs:getSSID (Results 1 – 6 of 6) sorted by relevance
139 String getSSID() throws DeviceNotAvailableException; in getSSID() method
400 public String getSSID() throws DeviceNotAvailableException { in getSSID() method in WifiHelper
3323 final String actualSSID = wifi.getSSID(); in checkWifiConnection()
238 result.putString("result", info.getSSID()); in onStart()
364 json.put("ssid", info.getSSID()); in getWifiInfo()
1091 when(mMockWifi.getSSID()).thenReturn("\"" + FAKE_NETWORK_SSID + "\""); in testCheckWifiConnection()