Searched defs:serviceRequest (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Exchange/src/com/android/exchange/
H A DExchangeService.java2308 static public void serviceRequest(long mailboxId, int reason) { method in class:ExchangeService
2309 serviceRequest(mailboxId, 5*SECONDS, reason);
2321 static public void serviceRequest(long mailboxId, long ms, int reason) { method in class:ExchangeService

Completed in 75 milliseconds