OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CallNotifier
(Results
1 - 3
of
3
) sorted by null
/packages/services/Telephony/src/com/android/phone/
CallNotifier.java
57
public class
CallNotifier
extends Handler {
58
private static final String LOG_TAG = "
CallNotifier
";
67
private static
CallNotifier
sInstance;
103
* Initialize the singleton
CallNotifier
instance.
106
/* package */ static
CallNotifier
init(
108
synchronized (
CallNotifier
.class) {
110
sInstance = new
CallNotifier
(app);
119
private
CallNotifier
(
157
Log.d(LOG_TAG, "
CallNotifier
: mSignalInfoToneGenerator created when toneplay");
159
Log.w(LOG_TAG, "
CallNotifier
: Exception caught while creating "
[
all
...]
PhoneGlobals.java
128
CallNotifier
notifier;
322
notifier =
CallNotifier
.init(this);
[
all
...]
PhoneUtils.java
216
final
CallNotifier
notifier = app.notifier;
[
all
...]
Completed in 141 milliseconds