Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DChangeIccPinScreen.java67 private TextView mMismatchError; field in ChangeIccPinScreen
116 mMismatchError = (TextView) findViewById(R.id.mismatch); in onCreate()
147 mMismatchError.setVisibility(View.GONE); in reset()
190 mMismatchError.setVisibility(View.VISIBLE);
201 mMismatchError.setText(text);