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

  /packages/services/Telephony/src/com/android/phone/
Ringer.java 39 * Ringer manager for the Phone app.
41 public class Ringer {
42 private static final String LOG_TAG = "Ringer";
53 private static Ringer sInstance;
71 * Initialize the singleton Ringer instance.
74 /* package */ static Ringer init(Context context, BluetoothManager bluetoothManager) {
75 synchronized (Ringer.class) {
77 sInstance = new Ringer(context, bluetoothManager);
86 private Ringer(Context context, BluetoothManager bluetoothManager) {
98 * the Context of the Ringer has to be updated. This is done by that function
    [all...]
CallNotifier.java 58 * (like starting the Ringer and Incoming Call UI, playing in-call tones,
139 private Ringer mRinger;
175 /* package */ static CallNotifier init(PhoneGlobals app, Phone phone, Ringer ringer,
180 sInstance = new CallNotifier(app, phone, ringer, callLogger, callStateMonitor,
190 private CallNotifier(PhoneGlobals app, Phone phone, Ringer ringer, CallLogger callLogger,
205 mRinger = ringer;
414 // ringer and going to the in-call UI. The intent should contain
528 // TODO: cache the custom ringer object so that subsequen
    [all...]
PhoneGlobals.java 179 private Ringer ringer; field in class:PhoneGlobals
479 ringer = Ringer.init(this, bluetoothManager);
498 notifier = CallNotifier.init(this, phone, ringer, callLogger, callStateMonitor,
625 Ringer getRinger() {
626 return ringer;
    [all...]

Completed in 2434 milliseconds