Searched refs:joinByteArrays (Results 1 – 13 of 13) sorted by relevance
/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/internal/ |
D | ByteUtilitiesTest.java | 38 assertThat(ByteUtilities.joinByteArrays(FIRST_ARRAY, SECOND_ARRAY)).isEqualTo(expectedResult); in joinByteArrays_resultIsMerged() 43 assertThat(ByteUtilities.joinByteArrays(new byte[0], SECOND_ARRAY)).isEqualTo(SECOND_ARRAY); in joinByteArrays_emptyFirstArray_equalsSecondArray() 48 assertThat(ByteUtilities.joinByteArrays(FIRST_ARRAY, new byte[0])).isEqualTo(FIRST_ARRAY); in joinByteArrays_emptySecondArray_equalsFirstArray()
|
/external/exoplayer/tree/library/common/src/test/java/com/google/android/exoplayer2/metadata/emsg/ |
D | EventMessageEncoderTest.java | 20 import static com.google.android.exoplayer2.testutil.TestUtil.joinByteArrays; 38 joinByteArrays( 67 joinByteArrays( in encodeEventStreamMultipleTimesWorkingCorrectly()
|
D | EventMessageDecoderTest.java | 20 import static com.google.android.exoplayer2.testutil.TestUtil.joinByteArrays; 37 joinByteArrays( in decodeEventMessage()
|
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/metadata/ |
D | MetadataRendererTest.java | 45 TestUtil.joinByteArrays( 171 TestUtil.joinByteArrays( in encodeTxxxId3Frame() 187 TestUtil.joinByteArrays( in encodeTxxxId3Frame()
|
/external/exoplayer/tree/library/extractor/src/test/java/com/google/android/exoplayer2/extractor/ogg/ |
D | DefaultOggSeekerTest.java | 128 TestUtil.joinByteArrays( in skipToNextPage_success() 141 TestUtil.joinByteArrays( in skipToNextPage_withOverlappingInput_success() 154 TestUtil.joinByteArrays(new byte[] {'x', 'O', 'g', 'g', 'S'}), in skipToNextPage_withInputShorterThanPeekLength_success()
|
/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/internal/ |
D | ByteUtilities.java | 23 public static byte[] joinByteArrays(byte[] firstArray, byte[] secondArray) { in joinByteArrays() method in ByteUtilities
|
D | ParcelCallReceiver.java | 51 return ByteUtilities.joinByteArrays(new byte[] {0}, responseBytes); in prepareResponse()
|
/external/exoplayer/tree/library/extractor/src/test/java/com/google/android/exoplayer2/extractor/ts/ |
D | AdtsReaderTest.java | 60 TestUtil.joinByteArrays(ID3_DATA_1, ID3_DATA_2, ADTS_HEADER, ADTS_CONTENT); 97 TestUtil.joinByteArrays( in skipToNextSampleResetsState()
|
/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/ |
D | TestService.java | 95 return ByteUtilities.joinByteArrays(new byte[] {0}, parcelBytes); in prepareResponse()
|
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/ |
D | FakeTrackOutput.java | 87 sampleData = TestUtil.joinByteArrays(sampleData, newData); in sampleData() 95 sampleData = TestUtil.joinByteArrays(sampleData, newData); in sampleData()
|
D | TestUtil.java | 174 public static byte[] joinByteArrays(byte[]... byteArrays) { in joinByteArrays() method in TestUtil
|
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/metadata/icy/ |
D | IcyDecoderTest.java | 57 byte[] paddedRawBytes = TestUtil.joinByteArrays(icyTitle, icyUrl); in decode_respectsLimit()
|
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/source/ |
D | SampleQueueTest.java | 486 TestUtil.joinByteArrays( in trailingCryptoInfoInitializationVectorBytesZeroed()
|