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

  /packages/apps/Phone/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;
70 * Initialize the singleton Ringer instance.
73 /* package */ static Ringer init(Context context) {
74 synchronized (Ringer.class) {
76 sInstance = new Ringer(context);
85 private Ringer(Context context) {
95 * the Context of the Ringer has to be updated. This is done by that function
    [all...]
CallNotifier.java 60 * (like starting the Ringer and Incoming Call UI, playing in-call tones,
156 private Ringer mRinger;
189 /* package */ static CallNotifier init(PhoneGlobals app, Phone phone, Ringer ringer,
193 sInstance = new CallNotifier(app, phone, ringer, callLog);
202 private CallNotifier(PhoneGlobals app, Phone phone, Ringer ringer, CallLogAsync callLog) {
224 mRinger = ringer;
424 // ringer and going to the in-call UI. The intent should contain
549 // TODO: cache the custom ringer object so that subsequen
    [all...]
PhoneGlobals.java 169 Ringer ringer; field in class:PhoneGlobals
484 ringer = Ringer.init(this);
536 notifier = CallNotifier.init(this, phone, ringer, new CallLogAsync());
676 Ringer getRinger() {
677 return ringer;
    [all...]

Completed in 653 milliseconds