Home
last modified time | relevance | path

Searched refs:assertValue (Results 1 – 4 of 4) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
DPartitionedActivityTest.java29 import static android.autofillservice.cts.testcore.Helper.assertValue;
192 assertValue(fillRequest2.structure, ID_L1C1, "l1c1"); in testAutofillTwoPartitionsInSequence()
193 assertValue(fillRequest2.structure, ID_L1C2, "l1c2"); in testAutofillTwoPartitionsInSequence()
238 assertValue(fillRequest1.structure, ID_L1C1, ""); in autofill4PartitionsTest()
269 assertValue(fillRequest2.structure, ID_L1C1, "l1c1"); in autofill4PartitionsTest()
270 assertValue(fillRequest2.structure, ID_L1C2, "l1c2"); in autofill4PartitionsTest()
273 assertValue(fillRequest2.structure, ID_L2C1, ""); in autofill4PartitionsTest()
304 assertValue(fillRequest3.structure, ID_L1C1, "l1c1"); in autofill4PartitionsTest()
305 assertValue(fillRequest3.structure, ID_L1C2, "l1c2"); in autofill4PartitionsTest()
306 assertValue(fillRequest3.structure, ID_L2C1, "l2c1"); in autofill4PartitionsTest()
[all …]
DLoginActivityTest.java38 import static android.autofillservice.cts.testcore.Helper.assertValue;
2254 assertValue(fillRequest.structure, ID_USERNAME, "dud"); in testAutofillManuallyPartialField()
2316 assertValue(fillRequest2.structure, ID_USERNAME, "dude"); in testAutofillManuallyAgainAfterAutomaticallyAutofilledBefore()
2349 assertValue(fillRequest1.structure, ID_USERNAME, ""); in testAutofillManuallyAgainAfterManuallyAutofilledBefore()
2377 assertValue(fillRequest2.structure, ID_USERNAME, "dude"); in testAutofillManuallyAgainAfterManuallyAutofilledBefore()
/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
DContactsContract_DataUsageTest.java111 private void updateDataUsageAndAssert(long dataId, int assertValue) { in updateDataUsageAndAssert() argument
118 assertDataUsageEquals(dataId, assertValue); in updateDataUsageAndAssert()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DHelper.java574 public static ViewNode assertValue(AssistStructure structure, String resourceId, in assertValue() method in Helper