OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CommandStatusException
(Results
1 - 9
of
9
) sorted by null
/packages/apps/Exchange/src/com/android/exchange/
CommandStatusException.java
23
public class
CommandStatusException
extends EasException {
136
public
CommandStatusException
(int status) {
141
public
CommandStatusException
(int status, String itemId) {
EasSyncService.java
59
import com.android.exchange.
CommandStatusException
.CommandStatus;
515
throw new
CommandStatusException
(CommandStatus.NEEDS_PROVISIONING);
533
// seeing if a
CommandStatusException
is thrown (indicating a
553
} catch (
CommandStatusException
e) {
[
all
...]
EasOutboxService.java
42
import com.android.exchange.
CommandStatusException
.CommandStatus;
/packages/apps/Exchange/src/com/android/exchange/adapter/
AbstractSyncParser.java
27
import com.android.exchange.
CommandStatusException
;
28
import com.android.exchange.
CommandStatusException
.CommandStatus;
74
* @throws
CommandStatusException
76
public abstract void commandsParser() throws IOException,
CommandStatusException
;
109
* @throws
CommandStatusException
112
public boolean parse() throws IOException,
CommandStatusException
{
163
throw new
CommandStatusException
(status);
AbstractSyncAdapter.java
22
import com.android.exchange.
CommandStatusException
;
57
public abstract boolean parse(InputStream is) throws IOException,
CommandStatusException
;
FolderSyncParser.java
37
import com.android.exchange.
CommandStatusException
;
38
import com.android.exchange.
CommandStatusException
.CommandStatus;
134
public boolean parse() throws IOException,
CommandStatusException
{
158
throw new
CommandStatusException
(status);
EmailSyncAdapter.java
56
import com.android.exchange.
CommandStatusException
;
258
public boolean parse(InputStream is) throws IOException,
CommandStatusException
{
650
private Message addParser() throws IOException,
CommandStatusException
{
675
throw new
CommandStatusException
(status, msg.mServerId);
[
all
...]
CalendarSyncAdapter.java
51
import com.android.exchange.
CommandStatusException
;
222
public boolean parse(InputStream is) throws IOException,
CommandStatusException
{
[
all
...]
ContactsSyncAdapter.java
20
import com.android.exchange.
CommandStatusException
;
158
public boolean parse(InputStream is) throws IOException,
CommandStatusException
{
[
all
...]
Completed in 69 milliseconds