OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EasChildren
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Exchange/src/com/android/exchange/service/
EasContactsSyncHandler.java
113
private static final class
EasChildren
{
114
private
EasChildren
() {}
354
for (int i = 0; i <
EasChildren
.MAX_CHILDREN; i++) {
355
final String row =
EasChildren
.ROWS[i];
727
} else if (mimeType.equals(
EasChildren
.CONTENT_ITEM_TYPE)) {
[
all
...]
/packages/apps/Exchange/src/com/android/exchange/adapter/
ContactsSyncParser.java
373
if (children.size() <
EasChildren
.MAX_CHILDREN) {
637
public static final class
EasChildren
{
638
private
EasChildren
() {}
[
all
...]
Completed in 563 milliseconds