HomeSort by relevance Sort by last modified time
    Searched refs:checkExecutable (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsContract_AllUriTest.java 607 private void checkExecutable(String operation, Uri uri, boolean shouldWork, Runnable r) {
640 checkExecutable("insert", uri, supportsInsert(path), () -> {
649 checkExecutable("insert -> update", newUri, true, () -> {
653 checkExecutable("insert -> delete", newUri, true, () -> {
658 checkExecutable("update", uri, supportsUpdate(path), () -> {
661 checkExecutable("delete", uri, supportsDelete(path), () -> {
672 checkExecutable("openInputStream", uri, supportsRead(path), () -> {
684 checkExecutable("openOutputStream", uri, supportsWrite(path), () -> {
  /packages/providers/ContactsProvider/tests2/src/com/android/providers/contacts/tests2/
AllUriTest.java 630 private void checkExecutable(String operation, Uri uri, boolean shouldWork, Runnable r) {
663 checkExecutable("insert", uri, supportsInsert(path), () -> {
672 checkExecutable("insert -> update", newUri, true, () -> {
676 checkExecutable("insert -> delete", newUri, true, () -> {
681 checkExecutable("update", uri, supportsUpdate(path), () -> {
684 checkExecutable("delete", uri, supportsDelete(path), () -> {
695 checkExecutable("openInputStream", uri, supportsRead(path), () -> {
707 checkExecutable("openOutputStream", uri, supportsWrite(path), () -> {
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ImageShader.java 283 checkExecutable();
669 private void checkExecutable() {
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-remote-driver/2.42.2/
selenium-remote-driver-2.42.2.jar 

Completed in 973 milliseconds