Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/storagemonitoring/
DIoStatsTrackerTest.java60 UidIoRecord process0 = user0.updateSystemState(mockSystemStateInterface); in testNewUsersAppear()
61 UidIoRecord process1 = user1.updateSystemState(mockSystemStateInterface); in testNewUsersAppear()
84 user0.updateSystemState(mockSystemStateInterface); in testUserMetricsChange()
89 UidIoRecord process0 = user0.updateSystemState(mockSystemStateInterface); in testUserMetricsChange()
117 user0.updateSystemState(mockSystemStateInterface); in testUpdateNoIoProcessActive()
121 user0.updateSystemState(mockSystemStateInterface); in testUpdateNoIoProcessActive()
146 user0.updateSystemState(mockSystemStateInterface); in testUpdateNoIoProcessInactive()
150 UidIoRecord record0 = user0.updateSystemState(mockSystemStateInterface); in testUpdateNoIoProcessInactive()
170 user0.updateSystemState(mockSystemStateInterface); in testUpdateIoHappens()
174 UidIoRecord record0 = user0.updateSystemState(mockSystemStateInterface); in testUpdateIoHappens()
[all …]
/packages/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/cache/
DBaseIconCache.java128 updateSystemState(); in BaseIconCache()
227 updateSystemState(); in getUpdateHandler()
236 private void updateSystemState() { in updateSystemState() method in BaseIconCache