Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
DWatchdogStorageUnitTest.java695 mService.syncUsers(/* aliveUserIds= */ new int[] {101}); in testSyncUsers()
718 mService.syncUsers(/* aliveUserIds= */ new int[] {101}); in testSyncUsersWithHistoricalIoOveruseStats()
747 mService.syncUsers(/* aliveUserIds= */ new int[] {100, 101}); in testSyncUsersWithNoDataForDeletedUser()
DWatchdogPerfHandlerUnitTest.java650 verify(mSpiedWatchdogStorage, times(2)).syncUsers(any()); in testDeleteUser()
4953 verify(mSpiedWatchdogStorage, times(wantedInvocations)).syncUsers(any()); in verifyDatabaseInit()
/packages/services/Car/service/src/com/android/car/watchdog/
DWatchdogPerfHandler.java1071 mWatchdogStorage.syncUsers(getAliveUserIds()); in deleteUser()
1306 mWatchdogStorage.syncUsers(getAliveUserIds()); in readFromDatabase()
DWatchdogStorage.java454 public void syncUsers(int[] aliveUserIds) { in syncUsers() method in WatchdogStorage