Home
last modified time | relevance | path

Searched refs:GIE_COLLECTION_ID (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DEmailSyncAdapter.java402 } else if (tag == Tags.GIE_COLLECTION_ID) { in parseCollection()
435 s.data(Tags.GIE_COLLECTION_ID, mMailbox.mServerId); in getEstimate()
442 s.data(Tags.GIE_COLLECTION_ID, mMailbox.mServerId); in getEstimate()
447 s.data(Tags.GIE_COLLECTION_ID, mMailbox.mServerId); in getEstimate()
DTags.java103 public static final int GIE_COLLECTION_ID = GIE_PAGE + 0xA; field in Tags