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.java56 case PhoneGlobals.MMI_COMPLETE: in onCreate()
65 mCM.registerForMmiComplete(mHandler, PhoneGlobals.MMI_COMPLETE, null); in onCreate()
DPhoneGlobals.java112 public static final int MMI_COMPLETE = 52; field in PhoneGlobals
259 case MMI_COMPLETE:
411 mCM.registerForMmiComplete(mHandler, MMI_COMPLETE, null); in onCreate()