Searched refs:readInputStreamToByteArray (Results 1 – 2 of 2) sorted by relevance
47 readInputStreamToByteArray(eccData)); in testEccDataContent()73 private static byte[] readInputStreamToByteArray(InputStream inputStream) throws IOException { in readInputStreamToByteArray() method in EccDataTest
535 assets = CarrierIdProto.CarrierList.parseFrom(readInputStreamToByteArray(is)); in getUpdateCarrierList()543 ota = CarrierIdProto.CarrierList.parseFrom(readInputStreamToByteArray(is)); in getUpdateCarrierList()586 private static byte[] readInputStreamToByteArray(InputStream inputStream) throws IOException { in readInputStreamToByteArray() method in CarrierIdProvider