Searched refs:attributionLabel (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/ |
D | PrivacyDialog.kt | 122 val finalText = getFinalText(firstLine, element.attributionLabel, element.proxyLabel) in <lambda>() 138 attributionLabel: CharSequence?, in <lambda>() 142 if (attributionLabel != null && proxyLabel != null) { in <lambda>() 144 attributionLabel, proxyLabel) in <lambda>() 145 } else if (attributionLabel != null) { in <lambda>() 147 attributionLabel) in <lambda>() 187 val attributionLabel: CharSequence?, in <lambda>() constant in PrivacyElement 206 if (attributionLabel != null) { in <lambda>() 207 builder.append(", attributionLabel=$attributionLabel") in <lambda>()
|
D | PrivacyDialogController.kt | 224 it.attributionLabel, in showDialog() 239 it.attributionLabel != null in showDialog()
|
/frameworks/base/core/java/android/permission/ |
D | PermissionGroupUsage.java | 81 @Nullable CharSequence attributionLabel, in PermissionGroupUsage() argument 94 this.mAttributionLabel = attributionLabel; in PermissionGroupUsage() 276 … CharSequence attributionLabel = (flg & 0x80) == 0 ? null : (CharSequence) in.readCharSequence(); in PermissionGroupUsage() local 290 this.mAttributionLabel = attributionLabel; in PermissionGroupUsage()
|
D | PermissionUsageHelper.java | 356 String attributionLabel = subAttributionLabelsMap.getOrDefault(usage.packageName, in getOpUsageData() local 361 usage.isRunning, isPhone, usage.attributionTag, attributionLabel, in getOpUsageData()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/privacy/ |
D | PrivacyDialogControllerTest.kt | 271 assertThat(list.get(0).attributionLabel).isNull() in <lambda>() 641 assertThat(list.get(0).attributionLabel).isNull() in <lambda>() 658 attributionLabel = "TEST_LABEL" in <lambda>() 783 attributionLabel: CharSequence? = null, in <lambda>() 794 `when`(usage.attributionLabel).thenReturn(attributionLabel) in <lambda>()
|
D | PrivacyDialogTest.kt | 344 element.attributionLabel in testSubattribution() 373 element.attributionLabel, element.proxyLabel in testSubattributionAndProxyLabel()
|