Home
last modified time | relevance | path

Searched refs:IconChunkSize (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DSupplicantBridge.java35 private static final int IconChunkSize = 1400; // 2K*3/4 - overhead field in SupplicantBridge
135 int size = Math.min(iconEvent.getSize() - offset, IconChunkSize); in retrieveIcon()