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

  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
SettingsParser.java 46 int status = getValueInt();
76 mService.userLog("Set status = ", getValueInt());
ProvisionParser.java 121 if (getValueInt() == 1) {
129 policy.mPasswordMinLength = getValueInt();
132 if (getValueInt() == 1) {
138 policy.mMaxScreenLockTime = getValueInt();
141 policy.mPasswordMaxFails = getValueInt();
144 policy.mPasswordExpirationDays = getValueInt();
147 policy.mPasswordHistory = getValueInt();
150 policy.mDontAllowCamera = (getValueInt() == 0);
169 if (getValueInt() == 0) {
213 policy.mDontAllowAttachments = getValueInt() != 1
    [all...]
PingParser.java 73 int status = getValueInt();
89 throw new IllegalHeartbeatException(getValueInt());
MeetingResponseParser.java 37 int status = getValueInt();
ItemOperationsParser.java 85 mStatusCode = getValueInt();
MoveItemsParser.java 61 int status = getValueInt();
GalParser.java 136 galResult.total = getValueInt();
CalendarSyncAdapter.java 491 allDayEvent = getValueInt();
557 cv.put(Events.ACCESS_LEVEL, encodeVisibility(getValueInt()));
566 reminderMins = getValueInt();
587 busyStatus = getValueInt();
592 responseType = getValueInt();
    [all...]
AbstractSyncParser.java 132 status = getValueInt();
EmailSyncAdapter.java 405 mEstimate = getValueInt();
540 msg.mFlagRead = getValueInt() == 1;
549 truncated = getValueInt() == 1;
598 int val = getValueInt();
689 if (getValueInt() == 1) {
734 status = getValueInt();
756 state = getValueInt() == 2;
    [all...]
FolderSyncParser.java 152 status = getValueInt();
329 type = getValueInt();
562 getValueInt();
Parser.java 273 public int getValueInt() throws IOException {
Search.java 209 mTotalResults = getValueInt();
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
EasOutboxService.java 216 mStatus = getValueInt();
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/adapter/
FolderSyncParserTests.java 273 public int getValueInt() throws IOException {
  /packages/apps/Exchange/tests/src/com/android/exchange/adapter/
FolderSyncParserTests.java 273 public int getValueInt() throws IOException {

Completed in 117 milliseconds