OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CallLogNotificationsHelper
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogNotificationsService.java
141
CallLogNotificationsHelper
.removeMissedCallNotifications(this);
CallLogNotificationsHelper.java
46
public class
CallLogNotificationsHelper
{
48
private static
CallLogNotificationsHelper
sInstance;
50
/** Returns the singleton instance of the {@link
CallLogNotificationsHelper
}. */
51
public static
CallLogNotificationsHelper
getInstance(Context context) {
55
sInstance = new
CallLogNotificationsHelper
(context,
70
CallLogNotificationsHelper
(Context context, NewCallsQuery newCallsQuery,
Completed in 54 milliseconds