Searched refs:IconEvent (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DIconEvent.java3 public class IconEvent { class
8 public IconEvent(long bssid, String fileName, int size) { method in class:IconEvent
28 return "IconEvent: " +
H A DSupplicantBridge.java130 public byte[] retrieveIcon(IconEvent iconEvent) throws IOException {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiMonitor.java38 import com.android.server.wifi.hotspot2.IconEvent;
1285 new IconEvent(Utils.parseMac(bssid), fileName, size));
H A DWifiConfigManager.java67 import com.android.server.wifi.hotspot2.IconEvent;
2528 public void notifyIconReceived(IconEvent iconEvent) {
H A DWifiStateMachine.java108 import com.android.server.wifi.hotspot2.IconEvent;
4910 mWifiConfigManager.notifyIconReceived((IconEvent) message.obj);

Completed in 128 milliseconds