Searched refs:syncUsers (Results 1 – 4 of 4) sorted by relevance
695 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()
650 verify(mSpiedWatchdogStorage, times(2)).syncUsers(any()); in testDeleteUser()4953 verify(mSpiedWatchdogStorage, times(wantedInvocations)).syncUsers(any()); in verifyDatabaseInit()
1071 mWatchdogStorage.syncUsers(getAliveUserIds()); in deleteUser()1306 mWatchdogStorage.syncUsers(getAliveUserIds()); in readFromDatabase()
454 public void syncUsers(int[] aliveUserIds) { in syncUsers() method in WatchdogStorage