Searched refs:mFooterTextView (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
H A DConfirmLockPattern.java98 private TextView mFooterTextView; field in class:ConfirmLockPattern.ConfirmLockPatternFragment
123 mFooterTextView = (TextView) view.findViewById(R.id.footerText);
197 mFooterTextView.setText(mFooterText);
199 mFooterTextView.setText(R.string.lockpattern_need_to_unlock_footer);
212 mFooterTextView.setText(mFooterWrongText);
214 mFooterTextView.setText(R.string.lockpattern_need_to_unlock_wrong_footer);
301 mFooterTextView.setText(getString(

Completed in 110 milliseconds