Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/
DPartitionedActivityTest.java24 import static android.autofillservice.cts.GridActivity.ID_L4C1;
365 .setField(ID_L4C1, "l4c1") in autofill4PartitionsTest()
386 assertValue(fillRequest4.structure, ID_L4C1, ""); in autofill4PartitionsTest()
388 assertTextIsSanitized(fillRequest4.structure, ID_L4C1); in autofill4PartitionsTest()
504 .setField(ID_L4C1, "l4c1") in testAutofill4PartitionsMixManualAndAuto()
524 assertValue(fillRequest4.structure, ID_L4C1, "l4"); in testAutofill4PartitionsMixManualAndAuto()
609 .setField(ID_L4C1, "l4c1", createPresentation("l4c1")) in testAutofillBundleDataIsPassedAlong()
911 .setField(ID_L4C1, "l4c1", createPresentation("l4c1")) in testSaveMoreThanThreeSaveInfosDifferentTypes()
915 | SAVE_DATA_TYPE_USERNAME | SAVE_DATA_TYPE_ADDRESS, ID_L4C1) in testSaveMoreThanThreeSaveInfosDifferentTypes()
934 assertValue(saveRequest.structure, ID_L4C1, "L4C1"); in testSaveMoreThanThreeSaveInfosDifferentTypes()
[all …]
DGridActivity.java46 public static final String ID_L4C1 = getResourceId(4, 1); field in GridActivity