HomeSort by relevance Sort by last modified time
    Searched refs:callController (Results 1 - 3 of 3) 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...]
OutgoingCallBroadcaster.java 60 * ultimately start the call using the CallController.placeCall() API.
546 PhoneGlobals.getInstance().callController.placeCall(intent);
PhoneGlobals.java 139 CallController callController;
329 // Create the CallController singleton, which is the interface
332 callController = CallController.init(this, callLogger, callGatewayManager);
    [all...]

Completed in 102 milliseconds