Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/powerstats/
H A DPowerStatsServiceTest.java724 onDeviceStorageFos = new FileOutputStream(onDeviceStorageFile); in testDataStorageDeletedMeterMismatch()
732 onDeviceStorageFos = new FileOutputStream(onDeviceStorageFile); in testDataStorageDeletedMeterMismatch()
767 byte[] bytesActual = new byte[(int) onDeviceStorageFile.length()]; in testDataStorageDeletedMeterMismatch()
796 onDeviceStorageFos = new FileOutputStream(onDeviceStorageFile); in testDataStorageDeletedModelMismatch()
804 onDeviceStorageFos = new FileOutputStream(onDeviceStorageFile); in testDataStorageDeletedModelMismatch()
839 byte[] bytesActual = new byte[(int) onDeviceStorageFile.length()]; in testDataStorageDeletedModelMismatch()
867 onDeviceStorageFos = new FileOutputStream(onDeviceStorageFile); in testDataStorageDeletedResidencyMismatch()
876 onDeviceStorageFos = new FileOutputStream(onDeviceStorageFile); in testDataStorageDeletedResidencyMismatch()
911 byte[] bytesActual = new byte[(int) onDeviceStorageFile.length()]; in testDataStorageDeletedResidencyMismatch()
972 onDeviceStorageFos = new FileOutputStream(onDeviceStorageFile); in testDataStorageNotDeletedAllDataMatches()
[all …]