Searched refs:IconChunkSize (Results 1 – 1 of 1) sorted by relevance
35 private static final int IconChunkSize = 1400; // 2K*3/4 - overhead field in SupplicantBridge135 int size = Math.min(iconEvent.getSize() - offset, IconChunkSize); in retrieveIcon()