Searched refs:EMPTY_BYTE_ARRAY (Results 1 – 4 of 4) sorted by relevance
282 private static final byte[] EMPTY_BYTE_ARRAY = new byte[0]; field in NdefRecord563 if (type == null) type = EMPTY_BYTE_ARRAY; in NdefRecord()564 if (id == null) id = EMPTY_BYTE_ARRAY; in NdefRecord()565 if (payload == null) payload = EMPTY_BYTE_ARRAY; in NdefRecord()835 type = (typeLength > 0 ? new byte[typeLength] : EMPTY_BYTE_ARRAY); in parse()836 id = (idLength > 0 ? new byte[idLength] : EMPTY_BYTE_ARRAY); in parse()842 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()
101 private static final byte[] EMPTY_BYTE_ARRAY = new byte[0]; field in SQLiteConnection1523 operation.mBindArgs.add(EMPTY_BYTE_ARRAY); in beginOperation()
14503 Landroid/database/sqlite/SQLiteConnection;->EMPTY_BYTE_ARRAY:[B34252 Landroid/nfc/NdefRecord;->EMPTY_BYTE_ARRAY:[B