Searched refs:getSSID (Results 1 – 6 of 6) sorted by relevance
133 String getSSID() throws DeviceNotAvailableException; in getSSID() method
335 public String getSSID() throws DeviceNotAvailableException { in getSSID() method in WifiHelper
2654 final String actualSSID = wifi.getSSID(); in checkWifiConnection()
230 result.putString("result", info.getSSID()); in onStart()
345 json.put("ssid", info.getSSID()); in getWifiInfo()
831 EasyMock.expect(mMockWifi.getSSID()).andReturn("\"" + FAKE_NETWORK_SSID + "\""); in testCheckWifiConnection()