Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/
DPartitionedActivityTest.java29 import static android.autofillservice.cts.Helper.assertValue;
191 assertValue(fillRequest2.structure, ID_L1C1, "l1c1"); in testAutofillTwoPartitionsInSequence()
192 assertValue(fillRequest2.structure, ID_L1C2, "l1c2"); in testAutofillTwoPartitionsInSequence()
239 assertValue(fillRequest1.structure, ID_L1C1, ""); in autofill4PartitionsTest()
270 assertValue(fillRequest2.structure, ID_L1C1, "l1c1"); in autofill4PartitionsTest()
271 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.java34 import static android.autofillservice.cts.Helper.assertValue;
2213 assertValue(fillRequest.structure, ID_USERNAME, "dud"); in testAutofillManuallyPartialField()
2275 assertValue(fillRequest2.structure, ID_USERNAME, "dude"); in testAutofillManuallyAgainAfterAutomaticallyAutofilledBefore()
2308 assertValue(fillRequest1.structure, ID_USERNAME, ""); in testAutofillManuallyAgainAfterManuallyAutofilledBefore()
2336 assertValue(fillRequest2.structure, ID_USERNAME, "dude"); in testAutofillManuallyAgainAfterManuallyAutofilledBefore()
DHelper.java541 public static ViewNode assertValue(AssistStructure structure, String resourceId, in assertValue() method in Helper
/cts/tests/tests/provider/src/android/provider/cts/contacts/
DContactsContract_DataUsageTest.java111 private void updateDataUsageAndAssert(long dataId, int assertValue) { in updateDataUsageAndAssert() argument
118 assertDataUsageEquals(dataId, assertValue); in updateDataUsageAndAssert()