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
/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
";
64
Ringer
(Phone phone) {
71
* the Context of the
Ringer
has to be updated. This is done by that function.
277
mRingThread = new Worker("
ringer
");
289
synchronized (
Ringer
.this) {
299
synchronized (
Ringer
.this) {
PhoneApp.java
142
Ringer
ringer
;
field in class:PhoneApp
420
ringer
= new
Ringer
(phone);
451
notifier = new CallNotifier(this, phone,
ringer
, mBtHandsfree, new CallLogAsync());
591
Ringer
getRinger() {
592
return
ringer
;
[
all
...]
CallNotifier.java
53
* (like starting the
Ringer
and Incoming Call UI, playing in-call tones,
146
private
Ringer
mRinger;
175
public CallNotifier(PhoneApp app, Phone phone,
Ringer
ringer
,
218
mRinger =
ringer
;
270
Log.w(LOG_TAG, "CallerInfo query took too long; manually starting
ringer
");
275
// the chance to call
Ringer
.setCustomRingtoneUri()).
427
//
ringer
and going to the in-call UI. The intent should contain
473
// TODO: cache the custom
ringer
object so that subsequent
492
// create a custom
ringer
using the default ringer firs
[
all
...]
Completed in 70 milliseconds