Searched defs:presentation (Results 1 – 10 of 10) sorted by relevance
/cts/tests/autofillservice/src/android/autofillservice/cts/saveui/ |
D | CustomDescriptionTest.java | 196 RemoteViews presentation = newTemplate(R.layout.two_horizontal_text_fields); in validTransformation() local 217 RemoteViews presentation = newTemplate(R.layout.two_horizontal_text_fields); in validTransformationWithOneTemplateUpdate() local 243 RemoteViews presentation = newTemplate(R.layout.two_horizontal_text_fields); in validTransformationWithMultipleTemplateUpdates() local 354 final RemoteViews presentation = in multipleBatchUpdatesTest() local 403 final RemoteViews presentation = in testBatchUpdatesApplyUpdateFirstThenTransformations() local 439 RemoteViews presentation = newTemplate(R.layout.two_horizontal_text_fields); in badImageTransformation() local 454 RemoteViews presentation = newTemplate(R.layout.two_horizontal_text_fields); in unusedImageTransformation() local 470 RemoteViews presentation = newTemplate(R.layout.two_horizontal_text_fields); in applyImageTransformationToTextView() local 486 RemoteViews presentation = newTemplate(R.layout.two_horizontal_text_fields); in failFirstFailAll() local 502 RemoteViews presentation = newTemplate(R.layout.two_horizontal_text_fields); in failSecondFailAll() local [all …]
|
D | SimpleSaveActivityTest.java | 1917 final RemoteViews presentation = newTemplate(); in newCustomDescriptionWithUrlSpan() local
|
/cts/tests/autofillservice/src/android/autofillservice/cts/unittests/ |
D | InlinePresentationTest.java | 55 InlinePresentation presentation = in testInlinePresentationValues() local 66 InlinePresentation presentation = in testtInlinePresentationParcelizeDeparcelize() local
|
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/ |
D | CannedFillResponse.java | 405 public Builder setPresentation(RemoteViews presentation) { in setPresentation() 634 final RemoteViews presentation = mFieldPresentations.get(id); in asDataset() local 718 public Builder(RemoteViews presentation) { in Builder() 814 public Builder setField(String id, String text, RemoteViews presentation) { in setField() 827 public Builder setField(String id, String text, RemoteViews presentation, in setField() 841 public Builder setField(String id, String text, RemoteViews presentation, in setField() 856 public Builder setField(String id, String text, RemoteViews presentation, in setField() 871 public Builder setField(String id, String text, RemoteViews presentation, in setField() 885 public Builder setField(String id, String text, RemoteViews presentation, in setField() 898 public Builder setPresentation(RemoteViews presentation) { in setPresentation()
|
D | CannedAugmentedFillResponse.java | 347 public Builder(@NonNull String presentation) { in Builder() 367 @NonNull InlinePresentation presentation) { in setField()
|
D | Helper.java | 1558 final RemoteViews presentation = new RemoteViews(getContext() in createPresentation() local
|
/cts/tests/tests/media/src/android/media/cts/ |
D | AudioPresentationTest.java | 46 AudioPresentation presentation = (new AudioPresentation.Builder(PRESENTATION_ID) in testGetters() local
|
D | EncodeVirtualDisplayTest.java | 549 final TestPresentation[] presentation = new TestPresentation[1]; in showPresentation() local
|
/cts/tests/tests/display/src/android/display/cts/ |
D | VirtualDisplayTest.java | 352 final TestPresentation[] presentation = new TestPresentation[1]; in assertDisplayCanShowPresentation() local
|
/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/ |
D | LoginActivityTest.java | 2513 RemoteViews presentation = new RemoteViews(mPackageName, R.layout.list_item); in testClickCustomButton() local
|