Searched refs:whitelistBeforeReboot (Results 1 – 1 of 1) sorted by relevance
79 final List<String> whitelistBeforeReboot = getSystemAllowlist(); in testRemovesPersistedAcrossReboots() local84 assertEquals(whitelistBeforeReboot.size(), whitelistAfterReboot.size()); in testRemovesPersistedAcrossReboots()85 for (int i = 0; i < whitelistBeforeReboot.size(); i++) { in testRemovesPersistedAcrossReboots()86 assertTrue(whitelistAfterReboot.contains(whitelistBeforeReboot.get(i))); in testRemovesPersistedAcrossReboots()