Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/
DBluetoothPbapRequestPullPhoneBook.java119 public int getNewMissedCalls() { in getNewMissedCalls() method in BluetoothPbapRequestPullPhoneBook
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbapclient/
DBluetoothPbapRequestPullPhoneBookTest.java129 assertThat(request.getNewMissedCalls()).isEqualTo(-1); in readResponseHeaders()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DMissedCallNotifier.java120 List<NewCall> newCalls = callLogNotificationsQueryHelper.getNewMissedCalls(); in updateMissedCallNotification()
315 List<NewCall> newCalls = callLogNotificationsQueryHelper.getNewMissedCalls(); in insertPostCallNotification()
DCallLogNotificationsQueryHelper.java180 public List<NewCall> getNewMissedCalls() { in getNewMissedCalls() method in CallLogNotificationsQueryHelper