Searched defs:putByteArray (Results 1 – 4 of 4) sorted by relevance
197 public TlvConstructor putByteArray(int type, @Nullable byte[] array, int offset, in putByteArray() method in TlvBufferUtils.TlvConstructor218 public TlvConstructor putByteArray(int type, @Nullable byte[] array) { in putByteArray() method in TlvBufferUtils.TlvConstructor
870 private int putByteArray(final int index, @NonNull final byte[] value) { in putByteArray() method in StatsEvent.Buffer
694 public void putByteArray(@Nullable String key, @Nullable byte[] value) { in putByteArray() method in Bundle
789 void putByteArray(@Nullable String key, @Nullable byte[] value) { in putByteArray() method in BaseBundle