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 50 * ultimately start the call using the CallController.placeCall() API.
275 // CallController.placeCall() after the SipCallOptionHandler step.
549 PhoneApp.getInstance().callController.placeCall(intent);
    [all...]
SipCallOptionHandler.java 106 // passed to CallController.placeCall() after displaying the SIP
395 PhoneApp.getInstance().callController.placeCall(mIntent);
PhoneApp.java 171 CallController callController;
544 // Create the CallController singleton, which is the interface
547 callController = CallController.init(this);
548 // ...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
376 // call by calling CallController.placeCall() via the
382 // Instead, the outgoing call request goes straight to CallController.placeCall().
383 // - CallController.placeCall() notices that it's an OTASP
386 // CallController.placeCall()). The InCallScreen notices that
442 // the CallController, rather than directly calling
535 * This method is called as part of the CallController placeCall() sequence
740 mApplication.callController.placeCall(newIntent);
    [all...]

Completed in 6355 milliseconds