Home
last modified time | relevance | path

Searched refs:IntToByteArrayLittleEndian (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/subscriber/
H A DShellSubscriberTest.java124 System.arraycopy(IntToByteArrayLittleEndian(length), 0, combined, 0, sizetBytes); in startSubscription()
145 private byte[] IntToByteArrayLittleEndian(int length) { in IntToByteArrayLittleEndian() method in ShellSubscriberTest