Home
last modified time | relevance | path

Searched defs:readBytes (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/calllog/app/src/android/provider/cts/contacts/testapp/
DCallLogDirectBootTest.java122 private static byte[] readBytes(InputStream inputStream) throws Exception { in readBytes() method in CallLogDirectBootTest
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DCallComposerTest.java245 private static byte[] readBytes(InputStream inputStream) throws Exception { in readBytes() method in CallComposerTest
/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java804 final int readBytes = Os.pread( in testOpenProxyFileDescriptor_largeFile() local
821 final int readBytes = Os.read( in testOpenProxyFileDescriptor_largeRead() local
/cts/tests/tests/provider/src/android/provider/cts/contacts/
DCallLogTest.java507 private byte[] readBytes(InputStream inputStream) throws Exception { in readBytes() method in CallLogTest