Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/model/legacy/
DPermissionApps.java368 private @Nullable Map<Integer, String> mAttributionLabels; field in PermissionApps.PermissionApp
378 mAttributionLabels = attributionLabels; in PermissionApp()
399 return mAttributionLabels; in getAttributionLabels()
453 mAttributionLabels = appData.getAttributionLabels(); in loadAppData()
522 private final @Nullable Map<Integer, String> mAttributionLabels; field in PermissionApps.AppDataCache.AppData
528 mAttributionLabels = attributionLabels; in AppData()
541 return mAttributionLabels; in getAttributionLabels()