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 37 * Ringer manager for the Phone app.
39 public class Ringer {
40 private static final String LOG_TAG = "Ringer";
51 private static Ringer sInstance;
68 * Initialize the singleton Ringer instance.
71 /* package */ static Ringer init(Context context) {
72 synchronized (Ringer.class) {
74 sInstance = new Ringer(context);
83 private Ringer(Context context) {
90 * the Context of the Ringer has to be updated. This is done by that function
    [all...]
CallNotifier.java 54 * (like starting the Ringer and Incoming Call UI, playing in-call tones,
151 private Ringer mRinger;
184 /* package */ static CallNotifier init(PhoneApp app, Phone phone, Ringer ringer,
188 sInstance = new CallNotifier(app, phone, ringer, btMgr, callLog);
197 private CallNotifier(PhoneApp app, Phone phone, Ringer ringer,
220 mRinger = ringer;
272 Log.w(LOG_TAG, "CallerInfo query took too long; manually starting ringer");
277 // the chance to call Ringer.setCustomRingtoneUri())
    [all...]
PhoneApp.java 149 Ringer ringer; field in class:PhoneApp
461 ringer = Ringer.init(this);
503 notifier = CallNotifier.init(this, phone, ringer, mBtHandsfree, new CallLogAsync());
630 Ringer getRinger() {
631 return ringer;
    [all...]

Completed in 36 milliseconds