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

/packages/services/Telephony/src/com/android/phone/
H A DCallNotifier.java71 public class CallNotifier extends Handler { class in inherits:Handler
72 private static final String LOG_TAG = "CallNotifier";
86 private static CallNotifier sInstance;
122 * Initialize the singleton CallNotifier instance.
125 /* package */ static CallNotifier init(
130 synchronized (CallNotifier.class) {
132 sInstance = new CallNotifier(app, callLogger, callStateMonitor, bluetoothManager);
141 private CallNotifier( method in class:CallNotifier
184 Log.d(LOG_TAG, "CallNotifier: mSignalInfoToneGenerator created when toneplay");
186 Log.w(LOG_TAG, "CallNotifier
[all...]

Completed in 62 milliseconds