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 RangingResult99 mLci = lci == null ? EMPTY_BYTE_ARRAY : lci; in RangingResult()100 mLcr = lcr == null ? EMPTY_BYTE_ARRAY : lcr; in RangingResult()116 mLci = lci == null ? EMPTY_BYTE_ARRAY : lci; in RangingResult()117 mLcr = lcr == null ? EMPTY_BYTE_ARRAY : lcr; in RangingResult()
278 private static final byte[] EMPTY_BYTE_ARRAY = new byte[0]; field in NdefRecord558 if (type == null) type = EMPTY_BYTE_ARRAY; in NdefRecord()559 if (id == null) id = EMPTY_BYTE_ARRAY; in NdefRecord()560 if (payload == null) payload = EMPTY_BYTE_ARRAY; in NdefRecord()830 type = (typeLength > 0 ? new byte[typeLength] : EMPTY_BYTE_ARRAY); in parse()831 id = (idLength > 0 ? new byte[idLength] : EMPTY_BYTE_ARRAY); in parse()837 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()
94 private static final byte[] EMPTY_BYTE_ARRAY = new byte[0]; field in SQLiteConnection1348 operation.mBindArgs.add(EMPTY_BYTE_ARRAY); in beginOperation()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...