Home
last modified time | relevance | path

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

/frameworks/base/policy/src/com/android/internal/policy/impl/
DSimUnlockScreen.java308 private TextView mTwo; field in SimUnlockScreen.TouchInput
321 mTwo = (TextView) findViewById(R.id.two); in TouchInput()
333 mTwo.setText("2"); in TouchInput()
344 mTwo.setOnClickListener(this); in TouchInput()
376 } else if (v == mTwo) { in checkDigit()
DSimPukUnlockScreen.java331 private TextView mTwo; field in SimPukUnlockScreen.TouchInput
344 mTwo = (TextView) findViewById(R.id.two); in TouchInput()
356 mTwo.setText("2"); in TouchInput()
367 mTwo.setOnClickListener(this); in TouchInput()
401 } else if (v == mTwo) { in checkDigit()