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

  /frameworks/base/tests/FixVibrateSetting/src/com/android/fixvibratesetting/
FixVibrateSetting.java 95 String ringer = getSettingValue(AudioManager.VIBRATE_TYPE_RINGER); local
97 String text = getString(R.string.current_setting, ringer, notification);
  /packages/apps/Phone/src/com/android/phone/
PhoneApp.java 147 Ringer ringer; field in class:PhoneApp
439 ringer = new Ringer(this);
470 notifier = new CallNotifier(this, phone, ringer, mBtHandsfree, new CallLogAsync());
599 Ringer getRinger() {
600 return ringer;
    [all...]
CallNotifier.java 56 * (like starting the Ringer and Incoming Call UI, playing in-call tones,
149 private Ringer mRinger;
178 public CallNotifier(PhoneApp app, Phone phone, Ringer ringer,
201 mRinger = ringer;
253 Log.w(LOG_TAG, "CallerInfo query took too long; manually starting ringer");
258 // the chance to call Ringer.setCustomRingtoneUri()).
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 firs
    [all...]

Completed in 101 milliseconds