Searched refs:assertQuery (Results 1 – 1 of 1) sorted by relevance
208 assertQuery(1, 0); in assertLocked()209 assertQuery(1, MATCH_DIRECT_BOOT_AWARE); in assertLocked()210 assertQuery(1, MATCH_DIRECT_BOOT_UNAWARE); in assertLocked()211 assertQuery(2, MATCH_DIRECT_BOOT_AWARE | MATCH_DIRECT_BOOT_UNAWARE); in assertLocked()250 assertQuery(2, 0); in assertUnlocked()251 assertQuery(1, MATCH_DIRECT_BOOT_AWARE); in assertUnlocked()252 assertQuery(1, MATCH_DIRECT_BOOT_UNAWARE); in assertUnlocked()253 assertQuery(2, MATCH_DIRECT_BOOT_AWARE | MATCH_DIRECT_BOOT_UNAWARE); in assertUnlocked()265 private void assertQuery(int count, int flags) throws Exception { in assertQuery() method in EncryptionAppTest