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/
CallController.java 52 * The single CallController instance stays around forever; it's not tied
60 public class CallController extends Handler {
61 private static final String TAG = "CallController";
67 /** The singleton CallController instance. */
68 private static CallController sInstance;
97 * Initialize the singleton CallController instance.
100 * From then on, the CallController instance is available via the
101 * PhoneApp's public "callController" field, which is why there's no
104 /* package */ static CallController init(PhoneGlobals app, CallLogger callLogger,
106 synchronized (CallController.class)
    [all...]
EmergencyCallHelper.java 37 * Helper class for the {@link CallController} that implements special
46 * {@link CallController} singleton.
66 private CallController mCallController;
75 public EmergencyCallHelper(CallController callController) {
77 mCallController = callController;
107 * This method is called from the CallController placeCall() sequence
165 // reason the CallController would call this method in the first
360 // of the behavior from CallController.placeCallInternal() here.
439 * activity from the EmergencyCallHelper until the CallController
    [all...]
PhoneGlobals.java 162 CallController callController;
452 // Create the CallController singleton, which is the interface
455 callController = CallController.init(this, callLogger, callGatewayManager);
    [all...]

Completed in 220 milliseconds