OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CloudNotificationBackplane
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/
CloudNotificationBackplane.java
24
public interface
CloudNotificationBackplane
{
ExtensionsFactory.java
106
public static
CloudNotificationBackplane
getCloudNotificationBackplane() {
107
CloudNotificationBackplane
cnb = null;
117
cnb = new
CloudNotificationBackplane
() {
/packages/apps/Calendar/src/com/android/calendar/alerts/
GlobalDismissManager.java
35
import com.android.calendar.
CloudNotificationBackplane
;
254
CloudNotificationBackplane
cnb =
283
CloudNotificationBackplane
cnb = ExtensionsFactory.getCloudNotificationBackplane();
Completed in 613 milliseconds