HomeSort by relevance Sort by last modified time
    Searched defs:codePaths (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/app/
LoadedApk.java 579 final List<String> codePaths = new ArrayList<>();
581 codePaths.add(mApplicationInfo.sourceDir);
584 Collections.addAll(codePaths, mApplicationInfo.splitSourceDirs);
587 if (codePaths.isEmpty()) {
598 codePaths.toArray(new String[codePaths.size()]), foreignDexProfilesFile.getPath());
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java     [all...]

Completed in 83 milliseconds