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.java208 assertGetAware(true, 0); in assertLocked()
209 assertGetAware(true, MATCH_DIRECT_BOOT_AWARE); in assertLocked()
210 assertGetAware(false, MATCH_DIRECT_BOOT_UNAWARE); in assertLocked()
211 assertGetAware(true, MATCH_DIRECT_BOOT_AWARE | MATCH_DIRECT_BOOT_UNAWARE); in assertLocked()
266 assertGetAware(true, 0); in assertUnlocked()
267 assertGetAware(true, MATCH_DIRECT_BOOT_AWARE); in assertUnlocked()
268 assertGetAware(false, MATCH_DIRECT_BOOT_UNAWARE); in assertUnlocked()
269 assertGetAware(true, MATCH_DIRECT_BOOT_AWARE | MATCH_DIRECT_BOOT_UNAWARE); in assertUnlocked()
317 private void assertGetAware(boolean visible, int flags) throws Exception { in assertGetAware() method in EncryptionAppTest