Searched refs:checkExecutable (Results 1 – 1 of 1) sorted by relevance
/packages/providers/ContactsProvider/tests2/src/com/android/providers/contacts/tests2/ |
D | AllUriTest.java | 638 private void checkExecutable(String operation, Uri uri, boolean shouldWork, Runnable r) { in checkExecutable() method in AllUriTest 672 checkExecutable("insert", uri, supportsInsert(path), () -> { in testAllOperations() 681 checkExecutable("insert -> update", newUri, true, () -> { in testAllOperations() 685 checkExecutable("insert -> delete", newUri, true, () -> { in testAllOperations() 690 checkExecutable("update", uri, supportsUpdate(path), () -> { in testAllOperations() 693 checkExecutable("delete", uri, supportsDelete(path), () -> { in testAllOperations() 707 checkExecutable("openInputStream", uri, supportsRead(path), () -> { in testAllFileOperations() 719 checkExecutable("openOutputStream", uri, supportsWrite(path), () -> { in testAllFileOperations()
|