Lines Matching refs:PhoneApp
73 private static final boolean DBG = (PhoneApp.DBG_LEVEL >= 2);
242 PhoneApp.getInstance().getRinger().stopRing();
245 PhoneApp app = PhoneApp.getInstance();
289 PhoneApp.getInstance().mCM.acceptCall(ringing);
363 final CallNotifier notifier = PhoneApp.getInstance().notifier;
430 CallManager cm = PhoneApp.getInstance().mCM;
511 private static void updateCdmaCallStateOnNewOutgoingCall(PhoneApp app) {
539 Connection cn = PhoneApp.getInstance().mCM.dial(phone, number);
562 PhoneApp app = PhoneApp.getInstance();
645 connection = PhoneApp.getInstance().mCM.dial(phone, gatewayNumber);
656 PhoneApp app = PhoneApp.getInstance();
715 CallManager cm = PhoneApp.getInstance().mCM;
734 Phone phone = PhoneApp.getInstance().mCM.getFgPhone();
771 mergeCalls(PhoneApp.getInstance().mCM);
778 PhoneApp app = PhoneApp.getInstance();
949 if (PhoneApp.getInstance().getPUKEntryActivity() != null) {
974 PhoneApp app = PhoneApp.getInstance();
1044 // 4. These MMI messages are caught in the PhoneApp
1297 PhoneApp app = PhoneApp.getInstance();
1618 PhoneApp app = PhoneApp.getInstance();
1672 PhoneApp.getInstance().setRestoreMuteOnInCallResume(true);
1683 PhoneApp.getInstance().startActivity(intent);
1701 // We also need to make a fresh call to PhoneApp.updateWakeState()
1705 PhoneApp app = PhoneApp.getInstance();
1797 CallManager cm = PhoneApp.getInstance().mCM;
1837 PhoneApp app = PhoneApp.getInstance();
1851 setAudioMode(PhoneApp.getInstance().mCM);
1860 Context context = PhoneApp.getInstance();
1889 * This is called from the PhoneApp, not from the InCallScreen,
1929 answerAndEndActive(PhoneApp.getInstance().mCM, phone.getRingingCall());
1942 hangup(PhoneApp.getInstance().mCM);
1969 // to the PhoneApp, we ask InCallScreen to update its control widgets
2020 PhoneApp app = PhoneApp.getInstance();
2046 PhoneApp app = PhoneApp.getInstance();
2079 PhoneApp app = PhoneApp.getInstance();
2316 if (PhoneApp.mDockState == Intent.EXTRA_DOCK_STATE_DESK ||
2317 PhoneApp.mDockState == Intent.EXTRA_DOCK_STATE_CAR) {
2319 PhoneApp app = PhoneApp.getInstance();
2384 return (state == Call.State.INCOMING && !PhoneApp.getInstance().mCM.hasActiveFgCall());
2405 PhoneApp app = PhoneApp.getInstance();
2444 PhoneApp app = PhoneApp.getInstance();
2516 CallManager cm = PhoneApp.getInstance().mCM;