OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NOTIFICATION_ID_EXCHANGE_CALENDAR_ADDED
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Exchange/src/com/android/exchange/
CalendarSyncEnabler.java
88
public static final int
NOTIFICATION_ID_EXCHANGE_CALENDAR_ADDED
= 2;
110
nm.notify(
NOTIFICATION_ID_EXCHANGE_CALENDAR_ADDED
, n);
/packages/apps/Exchange/tests/src/com/android/exchange/
CalendarSyncEnablerTest.java
206
.cancel(CalendarSyncEnabler.
NOTIFICATION_ID_EXCHANGE_CALENDAR_ADDED
);
/packages/apps/Email/src/com/android/email/
NotificationController.java
70
private static final int
NOTIFICATION_ID_EXCHANGE_CALENDAR_ADDED
= 2;
[
all
...]
Completed in 58 milliseconds