Home
last modified time | relevance | path

Searched defs:paths (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/suid/
DSuidFilesActivity.java180 protected Set<File> doInBackground(File... paths) { in doInBackground()
/cts/tests/tests/holo/src/android/holo/cts/
DLayoutTestActivity.java217 String[] paths = new String[2]; in doInBackground() local
/cts/tests/tests/content/src/android/content/cts/
DIntentFilterTest.java765 String[] authorities, String[] ports, String[] paths, int[] pathTypes) { in Match()