Searched defs:readInputStreamFully (Results 1 - 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DPhotoLoadingTestCase.java94 byte[] content = readInputStreamFully(is);
101 protected byte[] readInputStreamFully(InputStream is) { method in class:PhotoLoadingTestCase
/packages/apps/Contacts/tests/src/com/android/contacts/tests/streamitems/
H A DStreamItemPopulatorActivity.java198 return readInputStreamFully(is);
201 protected byte[] readInputStreamFully(InputStream is) { method in class:StreamItemPopulatorActivity

Completed in 56 milliseconds