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.java275 assertGetAware(true, 0); in assertLocked()
276 assertGetAware(true, MATCH_DIRECT_BOOT_AWARE); in assertLocked()
277 assertGetAware(false, MATCH_DIRECT_BOOT_UNAWARE); in assertLocked()
278 assertGetAware(true, MATCH_DIRECT_BOOT_AWARE | MATCH_DIRECT_BOOT_UNAWARE); in assertLocked()
334 assertGetAware(true, 0); in assertUnlocked()
335 assertGetAware(true, MATCH_DIRECT_BOOT_AWARE); in assertUnlocked()
336 assertGetAware(false, MATCH_DIRECT_BOOT_UNAWARE); in assertUnlocked()
337 assertGetAware(true, MATCH_DIRECT_BOOT_AWARE | MATCH_DIRECT_BOOT_UNAWARE); in assertUnlocked()
395 private void assertGetAware(boolean visible, int flags) throws Exception { in assertGetAware() method in EncryptionAppTest