Home
last modified time | relevance | path

Searched refs:ID_L3C2 (Results 1 – 2 of 2) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/
DPartitionedActivityTest.java23 import static android.autofillservice.cts.GridActivity.ID_L3C2;
330 .setField(ID_L3C2, "l3c2") in autofill4PartitionsTest()
352 assertTextIsSanitized(fillRequest3.structure, ID_L3C2); in autofill4PartitionsTest()
384 assertValue(fillRequest4.structure, ID_L3C2, "l3c2"); in autofill4PartitionsTest()
471 .setField(ID_L3C2, "l3c2") in testAutofill4PartitionsMixManualAndAuto()
489 assertTextIsSanitized(fillRequest3.structure, ID_L3C2); in testAutofill4PartitionsMixManualAndAuto()
523 assertValue(fillRequest4.structure, ID_L3C2, "l3c2"); in testAutofill4PartitionsMixManualAndAuto()
586 .setField(ID_L3C2, "l3c2", createPresentation("l3c2")) in testAutofillBundleDataIsPassedAlong()
784 .setField(ID_L3C2, "l3c2", createPresentation("l3c2")) in testSaveThreeSaveInfosDifferentTypes()
840 .setField(ID_L3C2, "l3c2", createPresentation("l3c2")) in testSaveThreeSaveInfosDifferentTypesIncludingGeneric()
[all …]
DGridActivity.java45 public static final String ID_L3C2 = getResourceId(3, 2); field in GridActivity