HomeSort by relevance Sort by last modified time
    Searched refs:callController (Results 1 - 5 of 5) sorted by null

  /packages/services/Telephony/src/com/android/phone/
EmergencyCallHelper.java 37 * Helper class for the {@link CallController} that implements special
46 * {@link CallController} singleton.
66 private CallController mCallController;
75 public EmergencyCallHelper(CallController callController) {
77 mCallController = callController;
107 * This method is called from the CallController placeCall() sequence
165 // reason the CallController would call this method in the first
360 // of the behavior from CallController.placeCallInternal() here.
439 * activity from the EmergencyCallHelper until the CallController
    [all...]
OutgoingCallBroadcaster.java 59 * ultimately start the call using the CallController.placeCall() API.
319 // CallController.placeCall() after the SipCallOptionHandler step.
614 PhoneGlobals.getInstance().callController.placeCall(intent);
    [all...]
SipCallOptionHandler.java 123 // passed to CallController.placeCall() after displaying the SIP
420 PhoneGlobals.getInstance().callController.placeCall(mIntent);
PhoneGlobals.java 162 CallController callController;
452 // Create the CallController singleton, which is the interface
455 callController = CallController.init(this, callLogger, callGatewayManager);
    [all...]
OtaUtils.java 177 * OTASP-specific UI state (just like how the CallController uses the
328 // call by calling CallController.placeCall() via the
334 // Instead, the outgoing call request goes straight to CallController.placeCall().
335 // - CallController.placeCall() notices that it's an OTASP
338 // CallController.placeCall()). The InCallScreen notices that
395 // the CallController, rather than directly calling
487 * This method is called as part of the CallController placeCall() sequence
693 mApplication.callController.placeCall(newIntent);
    [all...]

Completed in 35 milliseconds