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.java213 assertGetUnaware(false, 0); in assertLocked()
214 assertGetUnaware(false, MATCH_DIRECT_BOOT_AWARE); in assertLocked()
215 assertGetUnaware(true, MATCH_DIRECT_BOOT_UNAWARE); in assertLocked()
216 assertGetUnaware(true, MATCH_DIRECT_BOOT_AWARE | MATCH_DIRECT_BOOT_UNAWARE); in assertLocked()
271 assertGetUnaware(true, 0); in assertUnlocked()
272 assertGetUnaware(false, MATCH_DIRECT_BOOT_AWARE); in assertUnlocked()
273 assertGetUnaware(true, MATCH_DIRECT_BOOT_UNAWARE); in assertUnlocked()
274 assertGetUnaware(true, MATCH_DIRECT_BOOT_AWARE | MATCH_DIRECT_BOOT_UNAWARE); in assertUnlocked()
313 private void assertGetUnaware(boolean visible, int flags) throws Exception { in assertGetUnaware() method in EncryptionAppTest