Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/contacts/
DContactsContract_AllUriTest.java259 private static boolean supportsDelete(String[] path) { in supportsDelete() method in ContactsContract_AllUriTest
661 checkExecutable("delete", uri, supportsDelete(path), () -> { in testAllOperations()