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

  /packages/services/Telephony/src/com/android/phone/
EmergencyCallHelper.java 38 * Helper class for the {@link CallController} that implements special
47 * {@link CallController} singleton.
67 private CallController mCallController;
76 public EmergencyCallHelper(CallController callController) {
78 mCallController = callController;
108 * This method is called from the CallController placeCall() sequence
166 // reason the CallController would call this method in the first
362 // of the behavior from CallController.placeCallInternal() here.
441 * activity from the EmergencyCallHelper until the CallController
    [all...]
PhoneGlobals.java 146 CallController callController;
385 // Create the CallController singleton, which is the interface
388 callController = CallController.init(this, callLogger, callGatewayManager);
    [all...]
OutgoingCallBroadcaster.java 60 * ultimately start the call using the CallController.placeCall() API.
587 PhoneGlobals.getInstance().callController.placeCall(intent);
    [all...]
OtaUtils.java 176 * OTASP-specific UI state (just like how the CallController uses the
327 // call by calling CallController.placeCall() via the
333 // Instead, the outgoing call request goes straight to CallController.placeCall().
334 // - CallController.placeCall() notices that it's an OTASP
337 // CallController.placeCall()). The InCallScreen notices that
394 // the CallController, rather than directly calling
486 * This method is called as part of the CallController placeCall() sequence
692 mApplication.callController.placeCall(newIntent);
    [all...]

Completed in 130 milliseconds