Home
last modified time | relevance | path

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

/cts/tests/autofillservice/src/android/autofillservice/cts/
DGridActivity.java50 private final EditText[][] mCells = new EditText[4][2]; field in GridActivity
61 mCells[0][0] = findViewById(R.id.l1c1); in onCreate()
62 mCells[0][1] = findViewById(R.id.l1c2); in onCreate()
63 mCells[1][0] = findViewById(R.id.l2c1); in onCreate()
64 mCells[1][1] = findViewById(R.id.l2c2); in onCreate()
65 mCells[2][0] = findViewById(R.id.l3c1); in onCreate()
66 mCells[2][1] = findViewById(R.id.l3c2); in onCreate()
67 mCells[3][0] = findViewById(R.id.l4c1); in onCreate()
68 mCells[3][1] = findViewById(R.id.l4c2); in onCreate()
83 mCells[i][j].setText(""); in resetFields()
[all …]