Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/EncryptionApp/src/com/android/cts/encryptionapp/
DEncryptionAppTest.java198 assertGetAware(true, 0); in assertLocked()
199 assertGetAware(true, MATCH_DIRECT_BOOT_AWARE); in assertLocked()
200 assertGetAware(false, MATCH_DIRECT_BOOT_UNAWARE); in assertLocked()
201 assertGetAware(true, MATCH_DIRECT_BOOT_AWARE | MATCH_DIRECT_BOOT_UNAWARE); in assertLocked()
240 assertGetAware(true, 0); in assertUnlocked()
241 assertGetAware(true, MATCH_DIRECT_BOOT_AWARE); in assertUnlocked()
242 assertGetAware(false, MATCH_DIRECT_BOOT_UNAWARE); in assertUnlocked()
243 assertGetAware(true, MATCH_DIRECT_BOOT_AWARE | MATCH_DIRECT_BOOT_UNAWARE); in assertUnlocked()
277 private void assertGetAware(boolean visible, int flags) throws Exception { in assertGetAware() method in EncryptionAppTest