Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/
DPartitionedActivityTest.java79 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 …]
DMutableAutofillIdTest.java85 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 …]
DFieldsClassificationTest.java181 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()
DGridActivity.java102 public void focusCell(int row, int column) { in focusCell() method in GridActivity
132 focusCell(row, column); in triggerAutofill()