Searched refs:SYSTEM_PARTITIONS (Results 1 – 2 of 2) sorted by relevance
122 PackageManagerService.SYSTEM_PARTITIONS.get(i); in testPartitions()
759 static final List<SystemPartition> SYSTEM_PARTITIONS = Collections.unmodifiableList( field in PackageManagerService2633 mDirsToScanAsSystem.addAll(SYSTEM_PARTITIONS); in PackageManagerService()18469 for (int i = 0, size = SYSTEM_PARTITIONS.size(); i < size; i++) {18470 SystemPartition sp = SYSTEM_PARTITIONS.get(i);