Searched refs:CREDENTIAL_MAX_NUM (Results 1 – 1 of 1) sorted by relevance
34 private static final int CREDENTIAL_MAX_NUM = 32; field in WifiP2pGroupList53 mGroups = new LruCache<Integer, WifiP2pGroup>(CREDENTIAL_MAX_NUM) { in WifiP2pGroupList()