Searched refs:escapedPaths (Results 1 – 1 of 1) sorted by relevance
514 List<String> escapedPaths = new ArrayList<>(); in buildSqlSelectionArgs() local516 addEscapedAndExpandedPath(mRoot.getAbsolutePath(), escapedPaths); in buildSqlSelectionArgs() local518 addEscapedAndExpandedPath(dir, escapedPaths); in buildSqlSelectionArgs()521 return escapedPaths.toArray(new String[0]); in buildSqlSelectionArgs()