Home
last modified time | relevance | path

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

/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
DContactsContract_AllUriTest.java265 private static boolean supportsQuery(String[] path) { in supportsQuery() method in ContactsContract_AllUriTest
371 if (!supportsQuery(path)) continue; in testSelect()
386 if (!supportsQuery(path)) continue; in testNoHiddenColumns()
452 if (!supportsQuery(path)) continue; in testSelectWithSelection()
511 if (!supportsQuery(path)) continue; in testSelectWithAllArgs()
528 if (supportsQuery(path)) continue; in testNonSelect()
653 } else if (supportsQuery(path)) { in testAllOperations()