Home | History | Annotate | Download | only in app

Lines Matching refs:codePaths

753         final List<String> codePaths = new ArrayList<>();
755 codePaths.add(mApplicationInfo.sourceDir);
758 Collections.addAll(codePaths, mApplicationInfo.splitSourceDirs);
761 if (codePaths.isEmpty()) {
770 codePaths.toArray(new String[codePaths.size()]));