Home
last modified time | relevance | path

Searched refs:newCustomDescriptionBuilder (Results 1 – 4 of 4) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/
DCustomDescriptionWithLinkTestCase.java287 protected final CustomDescription.Builder newCustomDescriptionBuilder( in newCustomDescriptionBuilder() method in CustomDescriptionWithLinkTestCase
291 return newCustomDescriptionBuilder(intent); in newCustomDescriptionBuilder()
296 return newCustomDescriptionBuilder(activityClass).build(); in newCustomDescription()
299 protected final CustomDescription.Builder newCustomDescriptionBuilder(Intent intent) { in newCustomDescriptionBuilder() method in CustomDescriptionWithLinkTestCase
312 return newCustomDescriptionBuilder(intent).build(); in newCustomDescription()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DHelper.java1978 public static final CustomDescription.Builder newCustomDescriptionBuilder( in newCustomDescriptionBuilder() method in Helper.CustomDescriptionUtils
1983 return newCustomDescriptionBuilder(context, intent, packageName); in newCustomDescriptionBuilder()
1988 return newCustomDescriptionBuilder(context, activityClass, packageName).build(); in newCustomDescription()
1991 public static final CustomDescription.Builder newCustomDescriptionBuilder( in newCustomDescriptionBuilder() method in Helper.CustomDescriptionUtils
2010 return newCustomDescriptionBuilder(context, intent, packageName).build(); in newCustomDescription()
/cts/tests/autofillservice/src/android/autofillservice/cts/saveui/
DPreSimpleSaveActivityTest.java352 newCustomDescriptionBuilder(WelcomeActivity.class); in tapLinkAfterUpdateAppliedTest()
DSimpleSaveActivityTest.java1700 newCustomDescriptionBuilder(WelcomeActivity.class); in tapLinkAfterUpdateAppliedTest()