Searched refs:checkExecutable (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/ |
H A D | ContactsContract_AllUriTest.java | 629 private void checkExecutable(String operation, Uri uri, boolean shouldWork, Runnable r) { in checkExecutable() method in ContactsContract_AllUriTest 660 checkExecutable("insert", uri, supportsInsert(path), () -> { in testAllOperations() 669 checkExecutable("insert -> update", newUri, true, () -> { in testAllOperations() 673 checkExecutable("insert -> delete", newUri, true, () -> { in testAllOperations() 678 checkExecutable("update", uri, supportsUpdate(path), () -> { in testAllOperations() 681 checkExecutable("delete", uri, supportsDelete(path), () -> { in testAllOperations() 692 checkExecutable("openInputStream", uri, supportsRead(path), () -> { in testAllFileOperations() 704 checkExecutable("openOutputStream", uri, supportsWrite(path), () -> { in testAllFileOperations()
|
/aosp_15_r20/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | ImageShader.java | 283 checkExecutable(); in processMulti() 669 private void checkExecutable() { in checkExecutable() method in ImageShader
|