Searched refs:CAPABILITY_SIZE (Results 1 – 1 of 1) sorted by relevance
31 private static final int CAPABILITY_SIZE = 16; field in NativeScanResult74 for (int i = 0; i < CAPABILITY_SIZE; i++) { in writeToParcel()97 result.capability = new BitSet(CAPABILITY_SIZE);98 for (int i = 0; i < CAPABILITY_SIZE; i++) {