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.java60 public class CallNotifier extends Handler { class
70 private static CallNotifier sInstance;
114 /* package */ static CallNotifier init( in init()
116 synchronized (CallNotifier.class) { in init()
118 sInstance = new CallNotifier(app); in init()
127 private CallNotifier( in CallNotifier() method in CallNotifier
DPhoneGlobals.java157 CallNotifier notifier;
484 notifier = CallNotifier.init(this); in onCreate()