Home
last modified time | relevance | path

Searched refs:ID_L1C2 (Results 1 – 3 of 3) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/
DPartitionedActivityTest.java19 import static android.autofillservice.cts.GridActivity.ID_L1C2;
109 .setField(ID_L1C2, "l1c2", createPresentation("l1c2")) in testAutofillTwoPartitionsSkipFirst()
119 final ViewNode p1l1c2 = assertTextIsSanitized(fillRequest1.structure, ID_L1C2); in testAutofillTwoPartitionsSkipFirst()
142 final ViewNode p2l1c2 = assertTextIsSanitized(fillRequest2.structure, ID_L1C2); in testAutofillTwoPartitionsSkipFirst()
189 .setField(ID_L1C2, "l1c2") in testAutofillTwoPartitionsInSequence()
203 assertTextIsSanitized(fillRequest1.structure, ID_L1C2); in testAutofillTwoPartitionsInSequence()
231 assertValue(fillRequest2.structure, ID_L1C2, "l1c2"); in testAutofillTwoPartitionsInSequence()
264 .setField(ID_L1C2, "l1c2") in autofill4PartitionsTest()
282 assertTextIsSanitized(fillRequest1.structure, ID_L1C2); in autofill4PartitionsTest()
310 assertValue(fillRequest2.structure, ID_L1C2, "l1c2"); in autofill4PartitionsTest()
[all …]
DMutableAutofillIdTest.java20 import static android.autofillservice.cts.GridActivity.ID_L1C2;
287 assertThat(node2Context1.getIdEntry()).isEqualTo(ID_L1C2); in saveWhenIdChanged()
303 assertThat(node2Context2.getIdEntry()).isEqualTo(ID_L1C2); in saveWhenIdChanged()
DGridActivity.java41 public static final String ID_L1C2 = getResourceId(1, 2); field in GridActivity