Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DMMIDialogActivity.java67 case PhoneGlobals.MMI_COMPLETE: in onCreate()
77 mCM.registerForMmiComplete(mHandler, PhoneGlobals.MMI_COMPLETE, null); in onCreate()
DPhoneGlobals.java126 public static final int MMI_COMPLETE = 52; field in PhoneGlobals
255 case MMI_COMPLETE:
411 mCM.registerForMmiComplete(mHandler, MMI_COMPLETE, null); in onCreate()