Searched refs:mRemainingAttemptsDialog (Results 1 – 2 of 2) sorted by relevance
60 private AlertDialog mRemainingAttemptsDialog; field in KeyguardSimPinView299 if (mRemainingAttemptsDialog == null) { in getSimRemainingAttemptsDialog()304 mRemainingAttemptsDialog = builder.create(); in getSimRemainingAttemptsDialog()305 mRemainingAttemptsDialog.getWindow().setType( in getSimRemainingAttemptsDialog()308 mRemainingAttemptsDialog.setMessage(msg); in getSimRemainingAttemptsDialog()310 return mRemainingAttemptsDialog; in getSimRemainingAttemptsDialog()
63 private AlertDialog mRemainingAttemptsDialog; field in KeyguardSimPukView362 if (mRemainingAttemptsDialog == null) { in getPukRemainingAttemptsDialog()367 mRemainingAttemptsDialog = builder.create(); in getPukRemainingAttemptsDialog()368 mRemainingAttemptsDialog.getWindow().setType( in getPukRemainingAttemptsDialog()371 mRemainingAttemptsDialog.setMessage(msg); in getPukRemainingAttemptsDialog()373 return mRemainingAttemptsDialog; in getPukRemainingAttemptsDialog()