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 37 * Helper class for the {@link CallController} that implements special
46 * {@link CallController} singleton.
66 private CallController mCallController;
76 public EmergencyCallHelper(CallController callController) {
78 mCallController = callController;
108 * This method is called from the CallController placeCall() sequence
169 // reason the CallController would call this method in the first
382 // of the behavior from CallController.placeCallInternal() here.
466 * activity from the EmergencyCallHelper until the CallController
    [all...]
OutgoingCallBroadcaster.java 46 * ultimately start the call using the CallController.placeCall() API.
247 // CallController.placeCall() after the SipCallOptionHandler step.
489 PhoneApp.getInstance().callController.placeCall(intent);
SipCallOptionHandler.java 106 // passed to CallController.placeCall() after displaying the SIP
395 PhoneApp.getInstance().callController.placeCall(mIntent);
PhoneApp.java 145 CallController callController;
491 // Create the CallController singleton, which is the interface
494 callController = CallController.init(this);
495 // ...and also the InCallUiState instance, used by the CallController to
    [all...]
OtaUtils.java 177 * OTASP-specific UI state (just like how the CallController uses the
380 // call by calling CallController.placeCall() via the
386 // Instead, the outgoing call request goes straight to CallController.placeCall().
387 // - CallController.placeCall() notices that it's an OTASP
390 // CallController.placeCall()). The InCallScreen notices that
446 // the CallController, rather than directly calling
522 number = CallController.getInitialNumber(intent);
539 * This method is called as part of the CallController placeCall() sequence
744 mApplication.callController.placeCall(newIntent);
    [all...]

Completed in 202 milliseconds