Searched refs:NewCallsQuery (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DCallLogNotificationsHelper.java65 private final NewCallsQuery mNewCallsQuery;
70 CallLogNotificationsHelper(Context context, NewCallsQuery newCallsQuery,
205 public interface NewCallsQuery { interface in class:CallLogNotificationsHelper
213 /** Create a new instance of {@link NewCallsQuery}. */
214 public static NewCallsQuery createNewCallsQuery(Context context,
221 * Default implementation of {@link NewCallsQuery} that looks up the list of new calls to
224 private static final class DefaultNewCallsQuery implements NewCallsQuery {

Completed in 65 milliseconds