Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/pm/
H A DPackagePartitions.java62 public @interface PartitionType {} annotation in PackagePartitions
141 @PartitionType
162 private SystemPartition(@NonNull File folder, @PartitionType int type, String name, in SystemPartition()