Searched refs:getAllPackageSpecificPathsExceptObb (Results 1 – 2 of 2) sorted by relevance
21 …c com.android.cts.externalstorageapp.CommonExternalStorageTest.getAllPackageSpecificPathsExceptObb;75 for (File path : getAllPackageSpecificPathsExceptObb(getContext())) { in testWriteIsolatedStorage()99 for (File path : getAllPackageSpecificPathsExceptObb(getContext())) { in testReadIsolatedStorage()
161 public static List<File> getAllPackageSpecificPathsExceptObb(Context context) { in getAllPackageSpecificPathsExceptObb() method in CommonExternalStorageTest