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

/packages/apps/Contacts/src/com/android/contacts/calllog/
H A DCallLogNotificationsService.java36 public class CallLogNotificationsService extends IntentService { class in inherits:IntentService
37 private static final String TAG = "CallLogNotificationsService";
61 public CallLogNotificationsService() { method in class:CallLogNotificationsService
62 super("CallLogNotificationsService");

Completed in 114 milliseconds