OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSyncId
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/
DeleteEventHelper.java
92
private String
mSyncId
;
207
mSyncId
= mCursor.getString(eventIndexSyncId);
226
if (
mSyncId
== null) {
266
if (
mSyncId
== null) {
296
values.put(Events.ORIGINAL_EVENT,
mSyncId
);
EditEvent.java
259
* can be detected with
mSyncId
. If
mSyncId
== null, then the repeating
263
private String
mSyncId
;
[
all
...]
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarSyncTestingBase.java
230
int
mSyncId
;
CalendarProvider2Test.java
424
int
mSyncId
;
[
all
...]
Completed in 374 milliseconds