Searched refs:attribution (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/appop/src/android/app/appops/cts/ |
D | DiscreteAppopsTest.kt | 530 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 …]
|
D | AttributionTest.kt | 64 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/ |
D | AutoFillServiceTestCase.java | 466 PendingIntent attribution) { 467 return Helper.createInlinePresentation(message, attribution);
|
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/ |
D | Helper.java | 1553 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/ |
D | NOTICE.txt | 162 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 …]
|