Searched refs:assertQuery (Results 1 – 1 of 1) sorted by relevance
218 assertQuery(1, 0); in assertLocked()219 assertQuery(1, MATCH_DIRECT_BOOT_AWARE); in assertLocked()220 assertQuery(1, MATCH_DIRECT_BOOT_UNAWARE); in assertLocked()221 assertQuery(2, MATCH_DIRECT_BOOT_AWARE | MATCH_DIRECT_BOOT_UNAWARE); in assertLocked()276 assertQuery(2, 0); in assertUnlocked()277 assertQuery(1, MATCH_DIRECT_BOOT_AWARE); in assertUnlocked()278 assertQuery(1, MATCH_DIRECT_BOOT_UNAWARE); in assertUnlocked()279 assertQuery(2, MATCH_DIRECT_BOOT_AWARE | MATCH_DIRECT_BOOT_UNAWARE); in assertUnlocked()305 private void assertQuery(int count, int flags) throws Exception { in assertQuery() method in EncryptionAppTest