Home
last modified time | relevance | path

Searched refs:addCell (Results 1 – 2 of 2) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/
DMutableAutofillIdTest.java124 mActivity.addCell(1, 1, field1); in testDatasetPickerIsNotShownAfterViewIsSwappedOut()
189 mActivity.addCell(1, 1, field1); in testViewGoneDuringAutofillCanStillBeFilled()
256 mActivity.addCell(1, 1, field1); in saveWhenIdChanged()
DGridActivity.java122 public void addCell(int row, int column, EditText cell) { in addCell() method in GridActivity