HomeSort by relevance Sort by last modified time
    Searched defs:newTemplate (Results 1 - 2 of 2) sorted by null

  /cts/tests/autofillservice/src/android/autofillservice/cts/
CustomDescriptionTest.java 104 newTemplate(R.layout.two_horizontal_text_fields);
113 final RemoteViews update = newTemplate(-666); // layout id not really used
152 newTemplate(R.layout.two_horizontal_text_fields);
191 RemoteViews presentation = newTemplate(R.layout.two_horizontal_text_fields);
212 RemoteViews presentation = newTemplate(R.layout.two_horizontal_text_fields);
222 RemoteViews update = newTemplate(0); // layout id not really used
238 RemoteViews presentation = newTemplate(R.layout.two_horizontal_text_fields);
253 RemoteViews update1 = newTemplate(666); // layout id not really used
255 RemoteViews update2 = newTemplate(0); // layout id not really used
259 RemoteViews update3 = newTemplate(-666); // layout id not really use
    [all...]
CustomDescriptionWithLinkTestCase.java 263 protected RemoteViews newTemplate() {
282 final RemoteViews presentation = newTemplate();

Completed in 840 milliseconds