Searched refs:EMPTY_BYTE_ARRAY (Results 1 – 3 of 3) sorted by relevance
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()
92 private static final byte[] EMPTY_BYTE_ARRAY = new byte[0]; field in SQLiteConnection1326 operation.mBindArgs.add(EMPTY_BYTE_ARRAY); in beginOperation()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...