OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setupAddEventOneAttendee
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/adapter/
CalendarSyncAdapterTests.java
414
private Cursor
setupAddEventOneAttendee
(String userEmail, boolean update)
438
Cursor c =
setupAddEventOneAttendee
("foo@bar.com", false);
452
Cursor c =
setupAddEventOneAttendee
(SINGLE_ATTENDEE_EMAIL, false);
466
Cursor c =
setupAddEventOneAttendee
(SINGLE_ATTENDEE_EMAIL, true);
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/
CalendarSyncAdapterTests.java
414
private Cursor
setupAddEventOneAttendee
(String userEmail, boolean update)
438
Cursor c =
setupAddEventOneAttendee
("foo@bar.com", false);
452
Cursor c =
setupAddEventOneAttendee
(SINGLE_ATTENDEE_EMAIL, false);
466
Cursor c =
setupAddEventOneAttendee
(SINGLE_ATTENDEE_EMAIL, true);
Completed in 49 milliseconds