Searched refs:attributionLabel (Results 1 – 2 of 2) sorted by relevance
367 private boolean isSubAttributionUsage(@Nullable CharSequence attributionLabel) { in isSubAttributionUsage() argument368 if (attributionLabel == null || attributionLabel.length() == 0) { in isSubAttributionUsage()479 CharSequence attributionLabel = usage.getAttributionLabel();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);
260 it.attributionLabel, in <lambda>()353 appPermAccesses.attributionLabel, in <lambda>()369 appPermAccesses.attributionLabel, in <lambda>()501 if (accessCluster.attributionLabel == Resources.ID_NULL) null in <lambda>()504 getSubAttributionLabels(lightPackageInfo)?.get(accessCluster.attributionLabel) in <lambda>()566 val attributionLabel: Int, in <lambda>() constant in com.android.permissioncontroller.permission.ui.model.v31.PermissionUsageDetailsViewModel.AppPermissionDiscreteAccessCluster577 val attributionLabel: Int, in <lambda>() constant in com.android.permissioncontroller.permission.ui.model.v31.PermissionUsageDetailsViewModel.AppPermissionDiscreteAccessesWithLabel