Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DEditPhoneNumberPreference.java44 private static final int CM_ACTIVATION = 1; field in EditPhoneNumberPreference
163 if (mConfirmationMode == CM_ACTIVATION) { in onBindView()
253 if (mConfirmationMode == CM_ACTIVATION) { in onPrepareDialogBuilder()
310 if ((mConfirmationMode == CM_ACTIVATION) && (which == DialogInterface.BUTTON_NEUTRAL)) { in onClick()
407 if ((mConfirmationMode == CM_ACTIVATION) && (mEncodedText != null)) { in shouldDisableDependents()