Home
last modified time | relevance | path

Searched refs:CallNotifier (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DCallNotifier.java59 public class CallNotifier extends Handler { class
69 private static CallNotifier sInstance;
113 /* package */ static CallNotifier init( in init()
115 synchronized (CallNotifier.class) { in init()
117 sInstance = new CallNotifier(app); in init()
126 private CallNotifier( in CallNotifier() method in CallNotifier
DPhoneGlobals.java149 CallNotifier notifier;
408 notifier = CallNotifier.init(this); in onCreate()