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.java266 assertGetAware(true, 0); in assertLocked()
267 assertGetAware(true, MATCH_DIRECT_BOOT_AWARE); in assertLocked()
268 assertGetAware(false, MATCH_DIRECT_BOOT_UNAWARE); in assertLocked()
269 assertGetAware(true, MATCH_DIRECT_BOOT_AWARE | MATCH_DIRECT_BOOT_UNAWARE); in assertLocked()
325 assertGetAware(true, 0); in assertUnlocked()
326 assertGetAware(true, MATCH_DIRECT_BOOT_AWARE); in assertUnlocked()
327 assertGetAware(false, MATCH_DIRECT_BOOT_UNAWARE); in assertUnlocked()
328 assertGetAware(true, MATCH_DIRECT_BOOT_AWARE | MATCH_DIRECT_BOOT_UNAWARE); in assertUnlocked()
376 private void assertGetAware(boolean visible, int flags) throws Exception { in assertGetAware() method in EncryptionAppTest