Searched refs:syncCodes (Results 1 – 6 of 6) sorted by relevance
177 byte[] syncCodes = tlvs.getByteArray(CCC_SUPPORTED_SYNC_CODES); in getAliroSpecificationParamsFromTlvBuffer()178 for (int byteIndex = 0; byteIndex < syncCodes.length; byteIndex++) { in getAliroSpecificationParamsFromTlvBuffer()179 byte syncCodeByte = syncCodes[byteIndex]; in getAliroSpecificationParamsFromTlvBuffer()188 int syncCodes = ByteBuffer.wrap(tlvs.getByteArray(CCC_SUPPORTED_SYNC_CODES)).getInt(); in getAliroSpecificationParamsFromTlvBuffer() local190 if (isBitSet(syncCodes, 1 << i)) { in getAliroSpecificationParamsFromTlvBuffer()
183 byte[] syncCodes = tlvs.getByteArray(CCC_SUPPORTED_SYNC_CODES); in getCccSpecificationParamsFromTlvBuffer()184 for (int byteIndex = 0; byteIndex < syncCodes.length; byteIndex++) { in getCccSpecificationParamsFromTlvBuffer()185 byte syncCodeByte = syncCodes[byteIndex]; in getCccSpecificationParamsFromTlvBuffer()194 int syncCodes = ByteBuffer.wrap(tlvs.getByteArray(CCC_SUPPORTED_SYNC_CODES)).getInt(); in getCccSpecificationParamsFromTlvBuffer() local196 if (isBitSet(syncCodes, 1 << i)) { in getCccSpecificationParamsFromTlvBuffer()
123 Integer[] syncCodes = new Integer[] {10, 23}; in testSpecificationParams() local145 for (int syncCode : syncCodes) { in testSpecificationParams()204 assertArrayEquals(cccSpecificationParams.getSyncCodes().toArray(), syncCodes); in testSpecificationParams() local
82 @SyncCodeIndex List<Integer> syncCodes, in CccSpecificationParams() argument94 mSyncCodes = syncCodes; in CccSpecificationParams()
83 @SyncCodeIndex List<Integer> syncCodes, in AliroSpecificationParams() argument95 mSyncCodes = syncCodes; in AliroSpecificationParams()
1950 Integer[] syncCodes = in getTestCccSpecificationParams() local1980 for (int syncCode : syncCodes) { in getTestCccSpecificationParams()2022 Integer[] syncCodes = in getTestAliroSpecificationParams() local2053 for (int syncCode : syncCodes) { in getTestAliroSpecificationParams()