Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DExtensionsFactory.java106 public static CloudNotificationBackplane getCloudNotificationBackplane() { in getCloudNotificationBackplane()
107 CloudNotificationBackplane cnb = null; in getCloudNotificationBackplane()
117 cnb = new CloudNotificationBackplane() { in getCloudNotificationBackplane()
DCloudNotificationBackplane.java24 public interface CloudNotificationBackplane { interface
/packages/apps/Calendar/src/com/android/calendar/alerts/
DGlobalDismissManager.java35 import com.android.calendar.CloudNotificationBackplane;
254 CloudNotificationBackplane cnb = in processEventIds()
283 CloudNotificationBackplane cnb = ExtensionsFactory.getCloudNotificationBackplane(); in syncSenderDismissCache()