Searched refs:mResolvedInstructionSets (Results 1 – 1 of 1) sorted by relevance
785 private final List<String> mResolvedInstructionSets = new ArrayList<>(); field in PackageInstallerSession2525 if (!mResolvedInstructionSets.isEmpty()) { in parseApkLite()2527 createOatDirs(mResolvedInstructionSets, oatDir); in parseApkLite()3143 mResolvedInstructionSets.add(archSubDir.getName()); in validateApkInstallLocked()