Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/EncryptionApp/src/com/android/cts/encryptionapp/
DEncryptionAppTest.java271 assertGetUnaware(false, 0); in assertLocked()
272 assertGetUnaware(false, MATCH_DIRECT_BOOT_AWARE); in assertLocked()
273 assertGetUnaware(true, MATCH_DIRECT_BOOT_UNAWARE); in assertLocked()
274 assertGetUnaware(true, MATCH_DIRECT_BOOT_AWARE | MATCH_DIRECT_BOOT_UNAWARE); in assertLocked()
330 assertGetUnaware(true, 0); in assertUnlocked()
331 assertGetUnaware(false, MATCH_DIRECT_BOOT_AWARE); in assertUnlocked()
332 assertGetUnaware(true, MATCH_DIRECT_BOOT_UNAWARE); in assertUnlocked()
333 assertGetUnaware(true, MATCH_DIRECT_BOOT_AWARE | MATCH_DIRECT_BOOT_UNAWARE); in assertUnlocked()
372 private void assertGetUnaware(boolean visible, int flags) throws Exception { in assertGetUnaware() method in EncryptionAppTest