OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readInputStreamFully
(Results
1 - 6
of
6
) sorted by null
/cts/tests/src/android/provider/cts/
PhotoUtil.java
30
return FileUtils.
readInputStreamFully
(input);
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PhotoLoadingTestCase.java
94
byte[] content =
readInputStreamFully
(is);
101
protected byte[]
readInputStreamFully
(InputStream is) {
PhotoStoreTest.java
135
byte[] actualStoredVersion =
readInputStreamFully
(new FileInputStream(storedFile));
/cts/tests/src/android/os/cts/
FileUtils.java
149
public static byte[]
readInputStreamFully
(InputStream is) {
/cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_PhotoTest.java
102
byte[] actualBytes = FileUtils.
readInputStreamFully
(photoStream);
/packages/apps/Contacts/tests/src/com/android/contacts/tests/streamitems/
StreamItemPopulatorActivity.java
198
return
readInputStreamFully
(is);
201
protected byte[]
readInputStreamFully
(InputStream is) {
Completed in 305 milliseconds