Home
last modified time | relevance | path

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

/packages/modules/GeoTZ/common/host/main/java/com/android/timezone/location/common/
DLicenseSupport.java107 byte[] oneBytes = oneInput.readAllBytes(); in checkFilesIdentical()
108 byte[] twoBytes = twoInput.readAllBytes(); in checkFilesIdentical()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
DCarStorageMonitoringTest.java234 new String(Files.readAllBytes(temporaryFile.getPath()))); in testWearEstimateRecordJson()
273 new String(Files.readAllBytes(temporaryFile.getPath()))); in testWearHistoryJson()
478 new String(Files.readAllBytes(temporaryFile.getPath()))); in testUidIoStatEntryJson()
692 new String(Files.readAllBytes(temporaryFile.getPath()))); in testUidIoStatsDeltaJson()
778 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/modules/Wifi/service/java/com/android/server/wifi/
DLastMileLogger.java152 return Files.readAllBytes(Paths.get(mEventBufferPath)); in readTrace()
/packages/services/Car/service/src/com/android/car/storagemonitoring/
DWearHistory.java65 JSONObject jsonObject = new JSONObject(new String(Files.readAllBytes(in.toPath()))); in fromJson()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DLastMileLoggerTest.java72 return new String(Files.readAllBytes(file.toPath()), StandardCharsets.UTF_8); in readFileAsString()
/packages/providers/MediaProvider/src/com/android/providers/media/util/
DXmpInterface.java192 return new XmpInterface(Files.readAllBytes(file.toPath()), in fromSidecar()
DFileUtils.java414 final String value = new String(Files.readAllBytes(file.toPath()), in readString()
/packages/services/Car/service/src/com/android/car/
DCarStorageMonitoringService.java460 new String(Files.readAllBytes(mLifetimeWriteFile.toPath()))); in loadLifetimeWrites()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarUxRestrictionsManagerServiceTest.java736 return new String(Files.readAllBytes(path), StandardCharsets.UTF_8); in readFile()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java601 byte[] allBytes = Files.readAllBytes(Paths.get(filePathString)); in readChecksumFile()