Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapRequestPullPhoneBook.java119 public int getNewMissedCalls() { in getNewMissedCalls() method in BluetoothPbapRequestPullPhoneBook
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DMissedCallNotifier.java113 List<NewCall> newCalls = callLogNotificationsQueryHelper.getNewMissedCalls(); in updateMissedCallNotification()
305 List<NewCall> newCalls = callLogNotificationsQueryHelper.getNewMissedCalls(); in insertPostCallNotification()
DCallLogNotificationsQueryHelper.java180 public List<NewCall> getNewMissedCalls() { in getNewMissedCalls() method in CallLogNotificationsQueryHelper