Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/model/v31/
DAppPermissionUsage.java324 public List<AttributionLabelledGroupUsage> getAttributionLabelledGroupUsages() { in getAttributionLabelledGroupUsages()
326 return new ArrayList<AttributionLabelledGroupUsage>(); in getAttributionLabelledGroupUsages()
334 Map<Integer, AttributionLabelledGroupUsage.Builder> labelDiscreteAccessMap = in getAttributionLabelledGroupUsages()
356 new AttributionLabelledGroupUsage.Builder(label, getGroup())); in getAttributionLabelledGroupUsages()
378 public static class AttributionLabelledGroupUsage implements TimelineUsage { class in AppPermissionUsage.GroupUsage
384 AttributionLabelledGroupUsage(int label, in AttributionLabelledGroupUsage() method in AppPermissionUsage.GroupUsage.AttributionLabelledGroupUsage
444 AttributionLabelledGroupUsage build() { in build()
447 return new AttributionLabelledGroupUsage(mLabel, in build()