Home
last modified time | relevance | path

Searched refs:newTemplate (Results 1 – 6 of 6) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/saveui/
DCustomDescriptionTest.java106 final RemoteViews regularPresentation = newTemplate(R.layout.two_horizontal_text_fields); in testRemoteViewsDoNotSpill()
107 RemoteViews badPresentation = newTemplate(R.layout.two_horizontal_text_fields); in testRemoteViewsDoNotSpill()
168 newTemplate(R.layout.two_horizontal_text_fields); in testSanitizationBeforeBatchUpdates()
177 final RemoteViews update = newTemplate(-666); // layout id not really used in testSanitizationBeforeBatchUpdates()
216 newTemplate(R.layout.two_horizontal_text_fields); in testSanitizationBeforeTransformations()
255 RemoteViews presentation = newTemplate(R.layout.two_horizontal_text_fields); in validTransformation()
276 RemoteViews presentation = newTemplate(R.layout.two_horizontal_text_fields); in validTransformationWithOneTemplateUpdate()
286 RemoteViews update = newTemplate(0); // layout id not really used in validTransformationWithOneTemplateUpdate()
303 RemoteViews presentation = newTemplate(R.layout.two_horizontal_text_fields); in validTransformationWithMultipleTemplateUpdates()
318 RemoteViews update1 = newTemplate(666); // layout id not really used in validTransformationWithMultipleTemplateUpdates()
[all …]
DCustomDescriptionDateTest.java76 .Builder(newTemplate(R.layout.two_horizontal_text_fields))
169 private RemoteViews newTemplate(int resourceId) {
DPreSimpleSaveActivityTest.java353 final RemoteViews update = newTemplate(); in tapLinkAfterUpdateAppliedTest()
DSimpleSaveActivityTest.java1701 final RemoteViews update = newTemplate(); in tapLinkAfterUpdateAppliedTest()
1912 final RemoteViews presentation = newTemplate(); in newCustomDescriptionWithUrlSpan()
/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/
DCustomDescriptionWithLinkTestCase.java281 protected RemoteViews newTemplate() { in newTemplate() method in CustomDescriptionWithLinkTestCase
300 final RemoteViews presentation = newTemplate(); in newCustomDescriptionBuilder()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DHelper.java1974 public static RemoteViews newTemplate(String packageName) { in newTemplate() method in Helper.CustomDescriptionUtils
1993 final RemoteViews presentation = newTemplate(packageName); in newCustomDescriptionBuilder()