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

  /packages/apps/Phone/src/com/android/phone/
EmergencyCallHelper.java 39 * Helper class for the {@link CallController} that implements special
48 * {@link CallController} singleton.
68 private CallController mCallController;
78 public EmergencyCallHelper(CallController callController) {
80 mCallController = callController;
110 * This method is called from the CallController placeCall() sequence
171 // reason the CallController would call this method in the first
384 // of the behavior from CallController.placeCallInternal() here.
468 * activity from the EmergencyCallHelper until the CallController
    [all...]
OutgoingCallBroadcaster.java 56 * ultimately start the call using the CallController.placeCall() API.
281 // CallController.placeCall() after the SipCallOptionHandler step.
575 PhoneGlobals.getInstance().callController.placeCall(intent);
    [all...]
SipCallOptionHandler.java 106 // passed to CallController.placeCall() after displaying the SIP
395 PhoneGlobals.getInstance().callController.placeCall(mIntent);
PhoneGlobals.java 165 CallController callController;
521 // Create the CallController singleton, which is the interface
524 callController = CallController.init(this, callLogger);
525 // ...and also the InCallUiState instance, used by the CallController to
    [all...]
OtaUtils.java 180 * OTASP-specific UI state (just like how the CallController uses the
384 // call by calling CallController.placeCall() via the
390 // Instead, the outgoing call request goes straight to CallController.placeCall().
391 // - CallController.placeCall() notices that it's an OTASP
394 // CallController.placeCall()). The InCallScreen notices that
450 // the CallController, rather than directly calling
543 * This method is called as part of the CallController placeCall() sequence
748 mApplication.callController.placeCall(newIntent);
    [all...]

Completed in 3025 milliseconds