Home
last modified time | relevance | path

Searched defs:single (Results 1 – 3 of 3) 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.java133 CharSequence[] single = baseAdapter.getAutofillOptions(); in testGetAutofillOptions() local
/cts/libs/install/src/com/android/cts/install/lib/
DInstall.java60 public static Install single(TestApp testApp) { in single() method in Install