Home
last modified time | relevance | path

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

/packages/apps/Exchange/exchange2/src/com/android/exchange/
DExchangeService.java417 startManualSync(mailboxId, userRequest ? ExchangeService.SYNC_UI_REQUEST :
2409 startManualSync(mailboxId, reason, null);
2457 startManualSync(mailboxId, SYNC_SERVICE_PART_REQUEST, req);
2490 static public void startManualSync(long mailboxId, int reason, Request req) { in startManualSync() method
DEasAccountService.java856 ExchangeService.startManualSync(c.getLong(Mailbox.CONTENT_ID_COLUMN), in parsePingResult()