Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/calllog/
DClearMissedCalls.java66 ListenableFuture<Void> cancelNotificationsFuture = in clearAll() local
76 return Futures.whenAllComplete(markReadFuture, cancelNotificationsFuture) in clearAll()
81 cancelNotificationsFuture.get(); in clearAll()
95 ListenableFuture<Void> cancelNotificationsFuture = in clearBySystemCallLogId() local
108 return Futures.whenAllComplete(markReadFuture, cancelNotificationsFuture) in clearBySystemCallLogId()
113 cancelNotificationsFuture.get(); in clearBySystemCallLogId()