Searched defs:onDeviceStorageFile (Results 1 – 1 of 1) sorted by relevance
| /frameworks/base/services/tests/servicestests/src/com/android/server/powerstats/ |
| D | PowerStatsServiceTest.java | 442 File onDeviceStorageFile = new File(mDataStorageDir, METER_FILENAME + ".1234-2234"); in testCorruptOnDeviceMeterStorage() local 485 File onDeviceStorageFile = new File(mDataStorageDir, MODEL_FILENAME + ".1234-2234"); in testCorruptOnDeviceModelStorage() local 526 File onDeviceStorageFile = new File(mDataStorageDir, RESIDENCY_FILENAME + ".1234-2234"); in testCorruptOnDeviceResidencyStorage() local 576 File onDeviceStorageFile = new File(mDataStorageDir, METER_FILENAME + ".1234-2234"); in testNotEnoughBytesAfterMeterLengthField() local 620 File onDeviceStorageFile = new File(mDataStorageDir, MODEL_FILENAME + ".1234-2234"); in testNotEnoughBytesAfterModelLengthField() local 662 File onDeviceStorageFile = new File(mDataStorageDir, RESIDENCY_FILENAME + ".1234-2234"); in testNotEnoughBytesAfterResidencyLengthField() local 714 File onDeviceStorageFile = new File(mDataStorageDir, mInjector.createMeterCacheFilename()); in testDataStorageDeletedMeterMismatch() local 785 File onDeviceStorageFile = new File(mDataStorageDir, mInjector.createMeterCacheFilename()); in testDataStorageDeletedModelMismatch() local 857 File onDeviceStorageFile = new File(mDataStorageDir, mInjector.createMeterCacheFilename()); in testDataStorageDeletedResidencyMismatch() local 962 File onDeviceStorageFile = new File(mDataStorageDir, mInjector.createMeterCacheFilename()); in testDataStorageNotDeletedAllDataMatches() local
|