Searched refs:assertValue (Results 1 – 4 of 4) sorted by relevance
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | PartitionedActivityTest.java | 29 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 …]
|
D | LoginActivityTest.java | 34 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()
|
D | Helper.java | 541 public static ViewNode assertValue(AssistStructure structure, String resourceId, in assertValue() method in Helper
|
/cts/tests/tests/provider/src/android/provider/cts/contacts/ |
D | ContactsContract_DataUsageTest.java | 111 private void updateDataUsageAndAssert(long dataId, int assertValue) { in updateDataUsageAndAssert() argument 118 assertDataUsageEquals(dataId, assertValue); in updateDataUsageAndAssert()
|