Home
last modified time | relevance | path

Searched refs:SystemPartition (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DPackagePartitions.java68 private static final ArrayList<SystemPartition> SYSTEM_PARTITIONS =
70 new SystemPartition(Environment.getRootDirectory(),
73 new SystemPartition(Environment.getVendorDirectory(),
76 new SystemPartition(Environment.getOdmDirectory(),
79 new SystemPartition(Environment.getOemDirectory(),
82 new SystemPartition(Environment.getProductDirectory(),
85 new SystemPartition(Environment.getSystemExtDirectory(),
102 @NonNull Function<SystemPartition, T> producer) { in getOrderedPartitions()
140 public static class SystemPartition { class in PackagePartitions
162 private SystemPartition(@NonNull File folder, @PartitionType int type, String name, in SystemPartition() method in PackagePartitions.SystemPartition
[all …]
/frameworks/base/services/core/java/com/android/server/pm/
DScanPartition.java40 public class ScanPartition extends PackagePartitions.SystemPartition {
47 public ScanPartition(@NonNull PackagePartitions.SystemPartition partition) { in ScanPartition()
76 private static int scanFlagForPartition(PackagePartitions.SystemPartition partition) { in scanFlagForPartition()
/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackagePartitionsTest.java23 import android.content.pm.PackagePartitions.SystemPartition;
40 final ArrayList<SystemPartition> partitions = PackagePartitions.getOrderedPartitions( in testPackagePartitionsFingerprint()
/frameworks/base/core/java/com/android/internal/content/om/
DOverlayConfigParser.java24 import android.content.pm.PackagePartitions.SystemPartition;
173 public static class OverlayPartition extends SystemPartition {
190 public OverlayPartition(@NonNull SystemPartition partition) { in OverlayPartition()
199 OverlayPartition(@NonNull File folder, @NonNull SystemPartition original) { in OverlayPartition()
204 private static String policyForPartition(SystemPartition partition) { in policyForPartition()
/frameworks/base/services/core/java/com/android/server/pm/dex/
DDexManager.java287 ArrayList<PackagePartitions.SystemPartition> partitions = in isSystemServerDexPathSupportedForOdex()
/frameworks/base/boot/
Dpreloaded-classes1828 android.content.pm.PackagePartitions$SystemPartition
14091 [Landroid.content.pm.PackagePartitions$SystemPartition;
Dboot-image-profile.txt24207 Landroid/content/pm/PackagePartitions$SystemPartition;
36538 [Landroid/content/pm/PackagePartitions$SystemPartition;
/frameworks/base/config/
Dpreloaded-classes1832 android.content.pm.PackagePartitions$SystemPartition
17114 [Landroid.content.pm.PackagePartitions$SystemPartition;
Dboot-image-profile.txt34341 Landroid/content/pm/PackagePartitions$SystemPartition;
49705 [Landroid/content/pm/PackagePartitions$SystemPartition;
/frameworks/base/services/
Dart-wear-profile19250 …m/android/server/pm/ScanPartition;-><init>(Landroid/content/pm/PackagePartitions$SystemPartition;)V
19252 …er/pm/ScanPartition;->scanFlagForPartition(Landroid/content/pm/PackagePartitions$SystemPartition;)I