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