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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSimPinView.java54 private AlertDialog mRemainingAttemptsDialog; field in class:KeyguardSimPinView
235 if (mRemainingAttemptsDialog == null) {
240 mRemainingAttemptsDialog = builder.create();
241 mRemainingAttemptsDialog.getWindow().setType(
244 mRemainingAttemptsDialog.setMessage(msg);
246 return mRemainingAttemptsDialog;
H A DKeyguardSimPukView.java56 private AlertDialog mRemainingAttemptsDialog; field in class:KeyguardSimPukView
280 if (mRemainingAttemptsDialog == null) {
285 mRemainingAttemptsDialog = builder.create();
286 mRemainingAttemptsDialog.getWindow().setType(
289 mRemainingAttemptsDialog.setMessage(msg);
291 return mRemainingAttemptsDialog;

Completed in 63 milliseconds