Searched refs:mConfirmationMode (Results 1 – 1 of 1) sorted by relevance
49 private int mConfirmationMode; field in EditPhoneNumberPreference136 mConfirmationMode = a.getInt(R.styleable.EditPhoneNumberPreference_confirmMode, 0); in EditPhoneNumberPreference()166 if (mConfirmationMode == CM_ACTIVATION) { in onBindView()254 if (mConfirmationMode == CM_ACTIVATION) { in onPrepareDialogBuilder()310 if ((mConfirmationMode == CM_ACTIVATION) && (which == DialogInterface.BUTTON3)) { in onClick()400 if ((mConfirmationMode == CM_ACTIVATION) && (mEncodedText != null)) { in shouldDisableDependents()404 shouldDisable = (TextUtils.isEmpty(mPhoneNumber) && (mConfirmationMode == CM_CONFIRM)); in shouldDisableDependents()