Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java1668 boolean shouldNotify = false; in removeCall()
1671 shouldNotify = true; in removeCall()
1677 if (shouldNotify) { in removeCall()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java177 if (!shouldNotify()) { in update()
297 private static boolean shouldNotify() { in shouldNotify() method in BugleNotifications