Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/
DSafetyCenterQsFragment.java480 CharSequence proxyLabel = usage.getProxyLabel();
482 if (attributionLabel == null && proxyLabel == null) {
484 } else if (attributionLabel != null && proxyLabel != null) {
485 return mContext.getString(doubleUsageResId, appLabel, attributionLabel, proxyLabel);
490 attributionLabel == null ? proxyLabel : attributionLabel);
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/legacy/
DPermissionUsageDetailsViewModelLegacy.kt150 val proxyLabel = getProxyPackageLabel(discreteAccessClusterData) in <lambda>() constant
154 buildUsageSummary(durationSummaryLabel, proxyLabel, subattributionLabel, context) in <lambda>()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/model/v31/
DPermissionUsageDetailsViewModel.kt400 val proxyLabel = getProxyPackageLabel(this) in <lambda>() constant
404 buildUsageSummary(context, subAttributionLabel, proxyLabel, durationSummaryLabel) in <lambda>()