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