Home
last modified time | relevance | path

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

/packages/services/Mtp/tests/src/com/android/mtp/
DPipeManagerTest.java30 private static final byte[] HELLO_BYTES = new byte[] { 'h', 'e', 'l', 'l', 'o' }; field in PipeManagerTest
52 mtpManager.setImportFileBytes(0, 1, HELLO_BYTES); in testReadDocument_basic()
56 assertDescriptor(descriptor, HELLO_BYTES); in testReadDocument_basic()
67 mtpManager.setThumbnail(0, 1, HELLO_BYTES); in testReadThumbnail_basic()
71 assertDescriptor(descriptor, HELLO_BYTES); in testReadThumbnail_basic()