Searched refs:EMPTY_BYTE_ARRAY (Results 1 – 5 of 5) sorted by relevance
44 private static final byte[] EMPTY_BYTE_ARRAY = new byte[0]; field in RangingResult101 mLci = lci == null ? EMPTY_BYTE_ARRAY : lci; in RangingResult()102 mLcr = lcr == null ? EMPTY_BYTE_ARRAY : lcr; in RangingResult()120 mLci = lci == null ? EMPTY_BYTE_ARRAY : lci; in RangingResult()121 mLcr = lcr == null ? EMPTY_BYTE_ARRAY : lcr; in RangingResult()
280 private static final byte[] EMPTY_BYTE_ARRAY = new byte[0]; field in NdefRecord561 if (type == null) type = EMPTY_BYTE_ARRAY; in NdefRecord()562 if (id == null) id = EMPTY_BYTE_ARRAY; in NdefRecord()563 if (payload == null) payload = EMPTY_BYTE_ARRAY; in NdefRecord()833 type = (typeLength > 0 ? new byte[typeLength] : EMPTY_BYTE_ARRAY); in parse()834 id = (idLength > 0 ? new byte[idLength] : EMPTY_BYTE_ARRAY); in parse()840 payload = (payloadLength > 0 ? new byte[(int)payloadLength] : EMPTY_BYTE_ARRAY); in parse()
78 private static final byte[] EMPTY_BYTE_ARRAY = new byte[0]; field in SecureBox193 dhSecret = EMPTY_BYTE_ARRAY; in encrypt()261 dhSecret = EMPTY_BYTE_ARRAY; in decrypt()454 inputs[i] = EMPTY_BYTE_ARRAY; in concat()469 return input == null ? EMPTY_BYTE_ARRAY : input; in emptyByteArrayIfNull()
891 private static final byte[] EMPTY_BYTE_ARRAY = new byte[0]; field in MediaParser1693 mLastOutputCryptoInfo.iv = EMPTY_BYTE_ARRAY; in getPopulatedCryptoInfo()
102 private static final byte[] EMPTY_BYTE_ARRAY = new byte[0]; field in SQLiteConnection1498 operation.mBindArgs.add(EMPTY_BYTE_ARRAY); in beginOperation()