Home
last modified time | relevance | path

Searched defs:testDir (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserDataPreparerTest.java192 File testDir = mUserDataPreparer.testDir; in testReconcileUsers() local
215 File testDir; field in UserDataPreparerTest.TestUserDataPreparer
218 boolean onlyCore, File testDir) { in TestUserDataPreparer()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DPasswordSlotManagerTestable.java41 final File testDir = InstrumentationRegistry.getContext().getFilesDir(); in getSlotMapDir() local
/frameworks/base/tests/CoreTests/android/core/
DTestWebData.java130 public boolean testDir; field in TestWebData
/frameworks/base/core/tests/coretests/src/android/content/res/
DConfigurationTest.java74 final File testDir = new File(context.getFilesDir(), "ConfigurationTest"); in testReadWriteProto() local
/frameworks/base/cmds/statsd/tests/storage/
DStorageManager_test.cpp128 const string testDir = "/data/misc/stats-data/"; variable