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

/packages/services/Telephony/src/com/android/phone/
H A DCallNotifier.java62 public class CallNotifier extends Handler { class in inherits:Handler
63 private static final String LOG_TAG = "CallNotifier";
72 private static CallNotifier sInstance;
113 * Initialize the singleton CallNotifier instance.
116 /* package */ static CallNotifier init(
118 synchronized (CallNotifier.class) {
120 sInstance = new CallNotifier(app);
129 private CallNotifier( method in class:CallNotifier
167 Log.d(LOG_TAG, "CallNotifier: mSignalInfoToneGenerator created when toneplay");
169 Log.w(LOG_TAG, "CallNotifier
[all...]

Completed in 213 milliseconds