OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IllegalHeartbeatException
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Exchange/exchange2/src/com/android/exchange/
IllegalHeartbeatException.java
20
public class
IllegalHeartbeatException
extends EasException {
24
public
IllegalHeartbeatException
(int legalHeartbeat) {
EasAccountService.java
382
} catch (
IllegalHeartbeatException
e) {
531
IllegalHeartbeatException
, CommandStatusException {
[
all
...]
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
PingParser.java
20
import com.android.exchange.
IllegalHeartbeatException
;
66
public boolean parse() throws IOException, StaleFolderListException,
IllegalHeartbeatException
{
89
throw new
IllegalHeartbeatException
(getValueInt());
Completed in 222 milliseconds