Home
last modified time | relevance | path

Searched refs:whitelistBeforeReboot (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/deviceidle/src/com/android/cts/deviceidle/
DDeviceIdleWhitelistTest.java79 final List<String> whitelistBeforeReboot = getSystemAllowlist(); in testRemovesPersistedAcrossReboots() local
84 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()