Searched refs:getDir (Results 1 – 19 of 19) sorted by relevance
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/build/ |
D | CompatibilityBuildHelper.java | 199 public File getDir() throws FileNotFoundException { in getDir() method in CompatibilityBuildHelper 214 return new File(getDir(), "results"); in getResultsDir() 231 return new File(getDir(), "logs"); in getLogsDir() 239 File testsDir = new File(getDir(), "testcases"); in getTestsDir()
|
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/build/ |
D | CompatibilityBuildHelperTest.java | 101 mHelper.getDir(); in testValidation() 125 mHelper.getDir().getAbsolutePath()); in testDirs()
|
/cts/tests/tests/util/src/android/util/cts/ |
D | PrintWriterPrinterTest.java | 36 File dbDir = getContext().getDir("tests", Context.MODE_PRIVATE); in setUp()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | MovieTest.java | 60 File dbDir = getInstrumentation().getTargetContext().getDir("tests", in testDecodeFile()
|
/cts/tests/app/src/android/app/cts/ |
D | AlertDialog_BuilderCursorTest.java | 124 File dbDir = mContext.getDir("tests", Context.MODE_PRIVATE); in setUp()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ImageSwitcherTest.java | 94 File dbDir = getContext().getDir("tests", Context.MODE_PRIVATE); in testSetImageURI()
|
D | CursorAdapterTest.java | 67 File dbDir = mContext.getDir("tests", Context.MODE_PRIVATE); in setUp()
|
D | CursorTreeAdapterTest.java | 99 File dbDir = mContext.getDir("tests", Context.MODE_PRIVATE); in setUp()
|
D | ImageViewTest.java | 228 File dbDir = getInstrumentation().getTargetContext().getDir("tests", in testSetImageURI()
|
/cts/tests/tests/database/src/android/database/cts/ |
D | CursorJoinerTest.java | 207 File dbDir = getContext().getDir("tests", Context.MODE_PRIVATE); in setupDatabase()
|
D | MergeCursorTest.java | 327 File dbDir = getContext().getDir("tests", Context.MODE_PRIVATE); in setupDatabase()
|
D | CursorWrapperTest.java | 472 File dbDir = getContext().getDir("tests", Context.MODE_PRIVATE); in setupDatabase()
|
D | DatabaseCursorTest.java | 57 File dbDir = getContext().getDir("tests", Context.MODE_PRIVATE); in setUp()
|
D | AbstractCursorTest.java | 419 File dbDir = getInstrumentation().getTargetContext().getDir("tests", in setupDatabase()
|
D | DatabaseUtilsTest.java | 56 File dbDir = getContext().getDir("tests", Context.MODE_PRIVATE); in setUp()
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
D | GeolocationTest.java | 151 getActivity().getApplicationContext().getDir(GEO_DIR, 0).getPath()); in setUp()
|
D | WebSettingsTest.java | 691 mSettings.setAppCachePath(getActivity().getDir("appcache", 0).getPath());
|
/cts/tests/tests/content/src/android/content/cts/ |
D | ContextWrapperTest.java | 637 File dir = mContextWrapper.getDir("testpath", Context.MODE_PRIVATE); in testGetDir()
|
/cts/tools/dex-tools/dex/ |
D | classes.out.dex | 4486 public abstract java.io.File getDir( 4762 public java.io.File getDir( 10871 public java.io.File getDir(
|