Searched refs:assertListValue (Results 1 – 3 of 3) sorted by relevance
24 import static android.autofillservice.cts.Helper.assertListValue;71 assertListValue(findNodeByResourceId(fillRequest.structure, ID_ADDRESS),
28 import static android.autofillservice.cts.Helper.assertListValue;244 assertListValue(findNodeByResourceId(saveRequest.structure, ID_CC_EXPIRATION),246 assertListValue(findNodeByResourceId(saveRequest.structure, ID_ADDRESS),
589 public static ViewNode assertListValue(ViewNode node, int expectedIndex) { in assertListValue() method in Helper