Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/settings/fdn/
DBaseFdnContactScreen.java51 protected static final int EVENT_PIN2_ENTRY_COMPLETE = 10; field in BaseFdnContactScreen
102 .obtainMessage(EVENT_PIN2_ENTRY_COMPLETE); in processPin2()
130 case EVENT_PIN2_ENTRY_COMPLETE:
DFdnSetting.java56 private static final int EVENT_PIN2_ENTRY_COMPLETE = 100; field in FdnSetting
126 Message onComplete = mFDNHandler.obtainMessage(EVENT_PIN2_ENTRY_COMPLETE); in toggleFDNEnable()
272 case EVENT_PIN2_ENTRY_COMPLETE: {