Searched refs:mMockStorageMonitoringInterface (Results 1 – 2 of 2) sorted by relevance
304 private final MockStorageMonitoringInterface mMockStorageMonitoringInterface = field in CarStorageMonitoringTest320 .withStorageMonitoringInterface(mMockStorageMonitoringInterface) in getSystemInterfaceBuilder()330 mMockStorageMonitoringInterface.setWearInformation(wearData.wearInformation); in configureFakeSystemInterface()331 mMockStorageMonitoringInterface.setWriteInfo(wearData.currentLifetimeWriteInfo); in configureFakeSystemInterface()365 mMockStorageMonitoringInterface::addIoStatsRecord); in configureFakeSystemInterface()472 UidIoRecord oldRecord1000 = mMockStorageMonitoringInterface.getIoStatsRecord(1000); in testAggregateIoStats()487 mMockStorageMonitoringInterface.addIoStatsRecord(newRecord1000); in testAggregateIoStats()502 mMockStorageMonitoringInterface.addIoStatsRecord(record2000); in testAggregateIoStats()512 UidIoRecord mockIoStat = mMockStorageMonitoringInterface.getIoStatsRecord( in testAggregateIoStats()523 UidIoRecord oldRecord0 = mMockStorageMonitoringInterface.getIoStatsRecord(0); in testIoStatsDeltas()[all …]
98 @Mock private StorageMonitoringInterface mMockStorageMonitoringInterface; field in ICarImplTest155 .withStorageMonitoringInterface(mMockStorageMonitoringInterface) in setUp()