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.java63 case PhoneGlobals.MMI_COMPLETE: in onCreate()
73 mCM.registerForMmiComplete(mHandler, PhoneGlobals.MMI_COMPLETE, null); in onCreate()
DPhoneGlobals.java102 public static final int MMI_COMPLETE = 52; field in PhoneGlobals
196 case MMI_COMPLETE:
327 mCM.registerForMmiComplete(mHandler, MMI_COMPLETE, null); in onCreate()