OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
148
Ringer
ringer
;
field in class:PhoneApp
442
ringer
= new
Ringer
(this);
473
notifier = new CallNotifier(this, phone,
ringer
, mBtHandsfree, new CallLogAsync());
602
Ringer
getRinger() {
603
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 1136 milliseconds