HomeSort by relevance Sort by last modified time
    Searched refs:getValueInt (Results 1 - 9 of 9) sorted by null

  /packages/apps/Email/src/com/android/exchange/adapter/
PingParser.java 73 int status = getValueInt();
89 throw new IllegalHeartbeatException(getValueInt());
ProvisionParser.java 73 if (getValueInt() == 1) {
80 minPasswordLength = getValueInt();
83 if (getValueInt() == 1) {
89 maxScreenLockTime = getValueInt();
92 maxPasswordFails = getValueInt();
101 if (getValueInt() == 0) {
111 if (getValueInt() == 1) {
326 int status = getValueInt();
MeetingResponseParser.java 37 int status = getValueInt();
GalParser.java 103 galResult.total = getValueInt();
FolderSyncParser.java 108 status = getValueInt();
192 type = getValueInt();
317 getValueInt();
CalendarSyncAdapter.java 452 allDayEvent = getValueInt();
515 cv.put(Events.VISIBILITY, encodeVisibility(getValueInt()));
521 reminderMins = getValueInt();
540 busyStatus = getValueInt();
    [all...]
AbstractSyncParser.java 113 status = getValueInt();
Parser.java 230 public int getValueInt() throws IOException {
EmailSyncAdapter.java 171 msg.mFlagRead = getValueInt() == 1;
295 state = getValueInt() == 2;
486 read = getValueInt() == 1;
    [all...]

Completed in 39 milliseconds