Searched refs:ID_L3C1 (Results 1 – 2 of 2) sorted by relevance
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | PartitionedActivityTest.java | 22 import static android.autofillservice.cts.GridActivity.ID_L3C1; 329 .setField(ID_L3C1, "l3c1") in autofill4PartitionsTest() 348 assertValue(fillRequest3.structure, ID_L3C1, ""); in autofill4PartitionsTest() 350 assertTextIsSanitized(fillRequest3.structure, ID_L3C1); in autofill4PartitionsTest() 383 assertValue(fillRequest4.structure, ID_L3C1, "l3c1"); in autofill4PartitionsTest() 470 .setField(ID_L3C1, "l3c1") in testAutofill4PartitionsMixManualAndAuto() 488 assertTextIsSanitized(fillRequest3.structure, ID_L3C1); in testAutofill4PartitionsMixManualAndAuto() 522 assertValue(fillRequest4.structure, ID_L3C1, "l3c1"); in testAutofill4PartitionsMixManualAndAuto() 585 .setField(ID_L3C1, "l3c1", createPresentation("l3c1")) in testAutofillBundleDataIsPassedAlong() 783 .setField(ID_L3C1, "l3c1", createPresentation("l3c1")) in testSaveThreeSaveInfosDifferentTypes() [all …]
|
D | GridActivity.java | 44 public static final String ID_L3C1 = getResourceId(3, 1); field in GridActivity
|