Home
last modified time | relevance | path

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

/cts/tests/tests/appop/src/android/app/appops/cts/
DDiscreteAppopsTest.kt530 var attribution = packageOps.getAttributedOps(TAG1) in <lambda>() variable
531 assertThat(attribution).isNotNull() in <lambda>()
532 assertThat(attribution!!.opCount).isEqualTo(1) in <lambda>()
533 op = attribution.getOpAt(0) in <lambda>()
546 attribution = packageOps.getAttributedOps(TAG2) in <lambda>()
547 assertThat(attribution).isNotNull() in <lambda>()
548 assertThat(attribution!!.opCount).isEqualTo(1) in <lambda>()
549 op = attribution.getOpAt(0) in <lambda>()
670 var attribution = packageOps.getAttributedOps(TAG1) in <lambda>() variable
671 assertThat(attribution).isNotNull() in <lambda>()
[all …]
DAttributionTest.kt64 private fun noteForAttribution(attribution: String) { in noteForAttribution()
69 appOpsManager.noteOp(OPSTR_WIFI_SCAN, appUid, APP_PKG, attribution, null) in noteForAttribution()
/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/
DAutoFillServiceTestCase.java466 PendingIntent attribution) {
467 return Helper.createInlinePresentation(message, attribution);
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DHelper.java1553 PendingIntent attribution) { in createInlinePresentation() argument
1554 return createInlinePresentation(message, attribution, false); in createInlinePresentation()
1564 @NonNull PendingIntent attribution, boolean pinned) { in createInlinePresentation() argument
1566 InlineSuggestionUi.newContentBuilder(attribution) in createInlinePresentation()
1580 @NonNull String message, @NonNull PendingIntent attribution) { in createInlineTooltipPresentation() argument
1582 InlineSuggestionUi.newContentBuilder(attribution) in createInlineTooltipPresentation()
/cts/apps/CtsVerifier/
DNOTICE.txt162 attribution notices from the Source form of the Work,
168 include a readable copy of the attribution notices contained
177 do not modify the License. You may add Your own attribution
180 that such additional attribution notices cannot be construed
391 attribution notices from the Source form of the Work,
397 include a readable copy of the attribution notices contained
406 do not modify the License. You may add Your own attribution
409 that such additional attribution notices cannot be construed
2704 attribution notices from the Source form of the Work,
2710 include a readable copy of the attribution notices contained
[all …]