Home
last modified time | relevance | path

Searched defs:single (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
DCommonExternalStorageTest.java75 final File single = getContext().getExternalCacheDir(); in testMultipleCacheDirs() local
85 final File single = getContext().getExternalFilesDir(Environment.DIRECTORY_PICTURES); in testMultipleFilesDirs() local
96 final File single = getContext().getObbDir(); in testMultipleObbDirs() local
/cts/tests/tests/widget/src/android/widget/cts/
DBaseAdapterTest.java132 CharSequence[] single = baseAdapter.getAutofillOptions(); in testGetAutofillOptions() local