Searched refs:checkExecutable (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/provider/src/android/provider/cts/contacts/ |
D | ContactsContract_AllUriTest.java | 607 private void checkExecutable(String operation, Uri uri, boolean shouldWork, Runnable r) { in checkExecutable() method in ContactsContract_AllUriTest 640 checkExecutable("insert", uri, supportsInsert(path), () -> { in testAllOperations() 649 checkExecutable("insert -> update", newUri, true, () -> { in testAllOperations() 653 checkExecutable("insert -> delete", newUri, true, () -> { in testAllOperations() 658 checkExecutable("update", uri, supportsUpdate(path), () -> { in testAllOperations() 661 checkExecutable("delete", uri, supportsDelete(path), () -> { in testAllOperations() 672 checkExecutable("openInputStream", uri, supportsRead(path), () -> { in testAllFileOperations() 684 checkExecutable("openOutputStream", uri, supportsWrite(path), () -> { in testAllFileOperations()
|