Searched refs:externalFilesDirs (Results 1 – 2 of 2) sorted by relevance
630 File[] externalFilesDirs = ContextCompat.getExternalFilesDirs(context, null); in parsePathStrategy() local631 if (externalFilesDirs.length > 0) { in parsePathStrategy()632 target = externalFilesDirs[0]; in parsePathStrategy()
349 File[] externalFilesDirs = ContextCompat.getExternalFilesDirs(mContext, null); in testMetaDataTargets() local351 buildPath(externalFilesDirs[0], "foo", "bar")); in testMetaDataTargets()