HomeSort by relevance Sort by last modified time
    Searched refs:iconEvent (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
SupplicantBridge.java 130 public byte[] retrieveIcon(IconEvent iconEvent) throws IOException {
131 byte[] iconData = new byte[iconEvent.getSize()];
134 while (offset < iconEvent.getSize()) {
135 int size = Math.min(iconEvent.getSize() - offset, IconChunkSize);
138 Utils.macToString(iconEvent.getBSSID()), iconEvent.getFileName(),
161 if (offset != iconEvent.getSize()) {
163 ", expected " + iconEvent.getSize());
167 Log.d(Utils.hs2LogTag(getClass()), "Deleting icon for " + iconEvent);
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigManager.java 67 import com.android.server.wifi.hotspot2.IconEvent;
    [all...]

Completed in 61 milliseconds