Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DWatchdogStorageUnitTest.java536 mService.syncUsers(/* aliveUserIds= */ new int[] {101}); in testSyncUsers()
556 mService.syncUsers(/* aliveUserIds= */ new int[] {101}); in testSyncUsersWithHistoricalIoOveruseStats()
582 mService.syncUsers(/* aliveUserIds= */ new int[] {100, 101}); in testSyncUsersWithNoDataForDeletedUser()
H A DCarWatchdogServiceUnitTest.java426 verify(mMockWatchdogStorage).syncUsers(new int[] {101, 102}); in testUserRemovedBroadcast()
3715 verify(mMockWatchdogStorage, times(wantedInvocations)).syncUsers(any()); in verifyDatabaseInit()
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DWatchdogPerfHandler.java914 mWatchdogStorage.syncUsers(getAliveUserIds()); in deleteUser()
1063 mWatchdogStorage.syncUsers(getAliveUserIds()); in readFromDatabase()
H A DWatchdogStorage.java347 public void syncUsers(int[] aliveUserIds) { in syncUsers() method in WatchdogStorage