Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
DCarStorageMonitoringTest.java218 new String(Files.readAllBytes(temporaryFile.getPath()))); in testWearEstimateRecordJson()
254 new String(Files.readAllBytes(temporaryFile.getPath()))); in testWearHistoryJson()
446 new String(Files.readAllBytes(temporaryFile.getPath()))); in testUidIoStatEntryJson()
653 new String(Files.readAllBytes(temporaryFile.getPath()))); in testUidIoStatsDeltaJson()
734 new String(Files.readAllBytes(temporaryFile.getPath()))); in testLifetimeWriteInfoJson()
/packages/apps/Dialer/java/com/android/dialer/persistentlog/
DPersistentLogFileHandler.java151 byteBuffer.put(readAllBytes(file)); in readBlob()
254 private static byte[] readAllBytes(File file) throws IOException { in readAllBytes() method in PersistentLogFileHandler
/packages/services/Car/service/src/com/android/car/storagemonitoring/
DWearHistory.java65 JSONObject jsonObject = new JSONObject(new String(Files.readAllBytes(in.toPath()))); in fromJson()
/packages/services/Car/service/src/com/android/car/
DCarStorageMonitoringService.java432 new String(Files.readAllBytes(mLifetimeWriteFile.toPath()))); in loadLifetimeWrites()