OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:orphanedexceptions
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Exchange/src/com/android/exchange/eas/
EasSyncCalendar.java
264
final ArrayList<Long>
orphanedExceptions
= new ArrayList<Long>();
281
orphanedExceptions
.add(c.getLong(ORIGINAL_EVENT_ID_COLUMN));
290
for (final long orphan :
orphanedExceptions
) {
[
all
...]
Completed in 2430 milliseconds