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

  /packages/services/Telephony/src/com/android/phone/
CallController.java 73 final private CallLogger mCallLogger;
105 /* package */ static CallController init(PhoneGlobals app, CallLogger callLogger,
109 sInstance = new CallController(app, callLogger, callGatewayManager);
121 private CallController(PhoneGlobals app, CallLogger callLogger,
126 mCallLogger = callLogger;
    [all...]
PhoneGlobals.java 381 CallLogger callLogger = new CallLogger(this, new CallLogAsync());
388 callController = CallController.init(this, callLogger, callGatewayManager);
410 notifier = CallNotifier.init(this, callLogger, callStateMonitor, bluetoothManager);
    [all...]
CallNotifier.java 103 private CallLogger mCallLogger;
127 CallLogger callLogger,
132 sInstance = new CallNotifier(app, callLogger, callStateMonitor, bluetoothManager);
143 CallLogger callLogger,
148 mCallLogger = callLogger;
    [all...]

Completed in 159 milliseconds