Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DCallNotifier.java190 CallLogAsync callLog) { in init() argument
193 sInstance = new CallNotifier(app, phone, ringer, callLog); in init()
202 private CallNotifier(PhoneGlobals app, Phone phone, Ringer ringer, CallLogAsync callLog) { in CallNotifier() argument
205 mCallLog = callLog; in CallNotifier()