Searched refs:SCAN_AS_APK_IN_APEX (Results 1 – 1 of 1) sorted by relevance
583 static final int SCAN_AS_APK_IN_APEX = 1 << 23; field in PackageManagerService11982 if ((scanFlags & SCAN_AS_APK_IN_APEX) != 0 && errorCode != INSTALL_SUCCEEDED) { in scanDirLI()15440 if ((scanFlags & SCAN_AS_APK_IN_APEX) != 0) {22052 return new ScanPartition(apexInfo.apexDirectory, sp, SCAN_AS_APK_IN_APEX); in resolveApexToScanPartition()