Searched refs:mTwo (Results 1 – 2 of 2) sorted by relevance
308 private TextView mTwo; field in SimUnlockScreen.TouchInput321 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()
331 private TextView mTwo; field in SimPukUnlockScreen.TouchInput344 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()