Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/EncryptionApp/src/com/android/cts/encryptionapp/
DEncryptionAppTest.java285 assertQuery(1, 0); in assertLocked()
286 assertQuery(1, MATCH_DIRECT_BOOT_AWARE); in assertLocked()
287 assertQuery(1, MATCH_DIRECT_BOOT_UNAWARE); in assertLocked()
288 assertQuery(2, MATCH_DIRECT_BOOT_AWARE | MATCH_DIRECT_BOOT_UNAWARE); in assertLocked()
344 assertQuery(2, 0); in assertUnlocked()
345 assertQuery(1, MATCH_DIRECT_BOOT_AWARE); in assertUnlocked()
346 assertQuery(1, MATCH_DIRECT_BOOT_UNAWARE); in assertUnlocked()
347 assertQuery(2, MATCH_DIRECT_BOOT_AWARE | MATCH_DIRECT_BOOT_UNAWARE); in assertUnlocked()
383 private void assertQuery(int count, int flags) throws Exception { in assertQuery() method in EncryptionAppTest