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.java58 public class CallNotifier extends Handler { class
68 private static CallNotifier sInstance;
112 /* package */ static CallNotifier init( in init()
114 synchronized (CallNotifier.class) { in init()
116 sInstance = new CallNotifier(app); in init()
125 private CallNotifier( in CallNotifier() method in CallNotifier
DPhoneGlobals.java141 CallNotifier notifier;
346 notifier = CallNotifier.init(this); in onCreate()