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

/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DCallLogNotificationsHelper.java83 * @return A list of NewCall objects where each object represents a new voicemail.
86 public List<NewCall> getNewVoicemails() {
93 * @return A list of NewCall objects where each object represents a new missed call.
96 public List<NewCall> getNewMissedCalls() {
171 public static final class NewCall { class in class:CallLogNotificationsHelper
182 public NewCall( method in class:CallLogNotificationsHelper.NewCall
210 public List<NewCall> query(int type);
256 public List<NewCall> query(int type) {
268 List<NewCall> newCalls = new ArrayList<>();
279 /** Returns an instance of {@link NewCall} create
[all...]

Completed in 378 milliseconds