Searched defs:ringer (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
H A DCallNotifier.java178 public CallNotifier(PhoneApp app, Phone phone, Ringer ringer, argument
201 mRinger = ringer;
253 Log.w(LOG_TAG, "CallerInfo query took too long; manually starting ringer");
429 // ringer and going to the in-call UI. The intent should contain
484 // TODO: cache the custom ringer object so that subsequent
503 // create a custom ringer using the default ringer first
506 // query the callerinfo to try to get the ringer.
541 * starts the ringer, and brings up the "incoming call" UI.
575 // start the ringer her
[all...]
H A DPhoneApp.java148 Ringer ringer; field in class:PhoneApp
442 ringer = new Ringer(this);
473 notifier = new CallNotifier(this, phone, ringer, mBtHandsfree, new CallLogAsync());
603 return ringer;
1273 ringer.updateRingerContextAfterRadioTechnologyChange(this.phone);

Completed in 19 milliseconds