OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CommandStatusException
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Exchange/src/com/android/exchange/
CommandStatusException.java
23
public class
CommandStatusException
extends EasException {
137
public
CommandStatusException
(int status) {
142
public
CommandStatusException
(int status, String itemId) {
/packages/apps/Exchange/src/com/android/exchange/adapter/
EmailSyncParser.java
37
import com.android.exchange.
CommandStatusException
;
343
private EmailContent.Message addParser() throws IOException,
CommandStatusException
{
368
throw new
CommandStatusException
(status, msg.mServerId);
671
public void commandsParser() throws IOException,
CommandStatusException
{
735
} catch (
CommandStatusException
sse) {
757
public boolean parse() throws IOException,
CommandStatusException
{
[
all
...]
Completed in 423 milliseconds