Searched refs:focusCell (Results 1 – 4 of 4) sorted by relevance
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | PartitionedActivityTest.java | 79 void focusCell(int row, int column) throws TimeoutException { in focusCell() method in PartitionedActivityTest 80 mUiBot.waitForWindowChange(() -> mActivity.focusCell(row, column), in focusCell() 90 mUiBot.waitForWindowChange(() -> mActivity.focusCell(row, column), in focusCellNoWindowChange() 115 focusCell(1, 1); in testAutofillTwoPartitionsSkipFirst() 125 focusCell(1, 2); in testAutofillTwoPartitionsSkipFirst() 138 focusCell(2, 1); in testAutofillTwoPartitionsSkipFirst() 151 focusCell(2, 2); in testAutofillTwoPartitionsSkipFirst() 158 focusCell(1, 1); in testAutofillTwoPartitionsSkipFirst() 169 focusCell(2, 2); in testAutofillTwoPartitionsSkipFirst() 198 focusCell(1, 1); in testAutofillTwoPartitionsInSequence() [all …]
|
D | MutableAutofillIdTest.java | 85 focusCell(1, 1); in testDatasetPickerIsNotShownAfterViewIsSwappedOut() 92 focusCell(1, 2); in testDatasetPickerIsNotShownAfterViewIsSwappedOut() 125 mActivity.focusCell(1, 1); in testDatasetPickerIsNotShownAfterViewIsSwappedOut() 134 focusCell(1, 2); in testDatasetPickerIsNotShownAfterViewIsSwappedOut() 163 focusCell(1, 1); in testViewGoneDuringAutofillCanStillBeFilled() 170 focusCell(1, 2); in testViewGoneDuringAutofillCanStillBeFilled() 192 mActivity.focusCell(1, 1); in testViewGoneDuringAutofillCanStillBeFilled() 226 mActivity.focusCell(1, 1); // No window change because it's not showing dataset picker. in saveWhenIdChanged() 233 mActivity.focusCell(1, 2); // No window change because it's not showing dataset picker. in saveWhenIdChanged() 257 mActivity.focusCell(1, 1); // No window change because it's not showing dataset picker. in saveWhenIdChanged() [all …]
|
D | FieldsClassificationTest.java | 181 mActivity.focusCell(1, 1); in simpleHitTest() 223 mActivity.focusCell(1, 1); in manyUserData_oneDetectableField() 266 mActivity.focusCell(1, 1); in testHit_oneUserData_manyDetectableFields() 312 mActivity.focusCell(1, 1); in testHit_manyUserData_manyDetectableFields() 367 mActivity.focusCell(1, 1); in testHit_manyUserDataPerField_manyDetectableFields() 411 mActivity.focusCell(1, 1); in testMiss() 443 mActivity.focusCell(1, 1); in testNoUserInput()
|
D | GridActivity.java | 102 public void focusCell(int row, int column) { in focusCell() method in GridActivity 132 focusCell(row, column); in triggerAutofill()
|