Searched refs:getUserPackageSettings (Results 1 – 5 of 5) sorted by relevance
157 assertWithMessage("User package settings").that(mService.getUserPackageSettings()) in testSaveUserPackageSettings()187 .that(mService.getUserPackageSettings()).containsExactlyElementsIn(expected); in testOverwriteUserPackageSettings()288 assertWithMessage("User packages settings").that(mService.getUserPackageSettings()) in testOverwriteIoOveruseStats()335 .that(mService.getUserPackageSettings()).isNotNull(); in testGetHistoricalIoOveruseStats()379 .that(mService.getUserPackageSettings()).isNotNull(); in testGetHistoricalIoOveruseStatsWithNoRecentStats()619 .that(mService.getUserPackageSettings()).containsExactlyElementsIn(settingsEntries); in testDeleteUserPackage()644 assertWithMessage("User package settings").that(mService.getUserPackageSettings()) in testDeleteUserPackageWithNonexistentPackage()675 .that(mService.getUserPackageSettings()).containsExactlyElementsIn(settingsEntries); in testDeleteUserPackageWithHistoricalIoOveruseStats()701 .that(mService.getUserPackageSettings()).containsExactlyElementsIn(settingsEntries); in testSyncUsers()723 .that(mService.getUserPackageSettings()).containsExactlyElementsIn(settingsEntries); in testSyncUsersWithHistoricalIoOveruseStats()[all …]
1133 }).when(mSpiedWatchdogStorage).getUserPackageSettings(); in mockWatchdogStorage()
4686 }).when(mSpiedWatchdogStorage).getUserPackageSettings(); in mockWatchdogStorage()4954 verify(mSpiedWatchdogStorage, times(wantedInvocations)).getUserPackageSettings(); in verifyDatabaseInit()
233 public List<UserPackageSettingsEntry> getUserPackageSettings() { in getUserPackageSettings() method in WatchdogStorage
1308 mWatchdogStorage.getUserPackageSettings(); in readFromDatabase()