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

/packages/apps/Phone/src/com/android/phone/
H A DPhoneGlobals.java121 public static final int MMI_COMPLETE = 52; field in class:PhoneGlobals
326 case MMI_COMPLETE:
549 mCM.registerForMmiComplete(mHandler, MMI_COMPLETE, null);
H A DInCallScreen.java327 case PhoneGlobals.MMI_COMPLETE:
747 // mInCallScreen needs to receive MMI_COMPLETE/MMI_CANCEL event from telephony,
1062 mCM.registerForMmiComplete(mHandler, PhoneGlobals.MMI_COMPLETE, null);
2031 // PhoneApp will get an MMI_COMPLETE event very soon, which will
2045 * Handles an MMI_COMPLETE event, which is triggered by telephony,
2059 if (DBG) log("Got MMI_COMPLETE, finishing InCallScreen...");

Completed in 118 milliseconds