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.java51 private static final int CM_ACTIVATION = 1; field in EditPhoneNumberPreference
171 if (mConfirmationMode == CM_ACTIVATION) { in onBindView()
264 if (mConfirmationMode == CM_ACTIVATION) { in onPrepareDialogBuilder()
327 if ((mConfirmationMode == CM_ACTIVATION) && (which == DialogInterface.BUTTON_NEUTRAL) in onClick()
425 if ((mConfirmationMode == CM_ACTIVATION) && (mEncodedText != null)) { in shouldDisableDependents()