Searched refs:whitelistAfterReboot (Results 1 – 1 of 1) sorted by relevance
82 final List<String> whitelistAfterReboot = getSystemWhitelist(); in testRemovesPersistedAcrossReboots() local83 assertEquals(whitelistBeforeReboot.size(), whitelistAfterReboot.size()); in testRemovesPersistedAcrossReboots()85 assertTrue(whitelistAfterReboot.contains(whitelistBeforeReboot.get(i))); in testRemovesPersistedAcrossReboots()