Searched refs:getValueInt (Results 1 – 16 of 16) sorted by relevance
121 if (getValueInt() == 1) { in parseProvisionDocWbxml()129 policy.mPasswordMinLength = getValueInt(); in parseProvisionDocWbxml()132 if (getValueInt() == 1) { in parseProvisionDocWbxml()138 policy.mMaxScreenLockTime = getValueInt(); in parseProvisionDocWbxml()141 policy.mPasswordMaxFails = getValueInt(); in parseProvisionDocWbxml()144 policy.mPasswordExpirationDays = getValueInt(); in parseProvisionDocWbxml()147 policy.mPasswordHistory = getValueInt(); in parseProvisionDocWbxml()150 policy.mDontAllowCamera = (getValueInt() == 0); in parseProvisionDocWbxml()169 if (getValueInt() == 0) { in parseProvisionDocWbxml()213 policy.mDontAllowAttachments = getValueInt() != 1; in parseProvisionDocWbxml()[all …]
46 int status = getValueInt(); in parse()76 mService.userLog("Set status = ", getValueInt()); in parseSet()
73 int status = getValueInt(); in parse()89 throw new IllegalHeartbeatException(getValueInt()); in parse()
491 allDayEvent = getValueInt(); in addEvent()557 cv.put(Events.ACCESS_LEVEL, encodeVisibility(getValueInt())); in addEvent()566 reminderMins = getValueInt(); in addEvent()587 busyStatus = getValueInt(); in addEvent()592 responseType = getValueInt(); in addEvent()801 type = getValueInt(); in recurrenceParser()804 interval = getValueInt(); in recurrenceParser()807 occurrences = getValueInt(); in recurrenceParser()810 dow = getValueInt(); in recurrenceParser()813 dom = getValueInt(); in recurrenceParser()[all …]
405 mEstimate = getValueInt(); in parseCollection()540 msg.mFlagRead = getValueInt() == 1;549 truncated = getValueInt() == 1;598 int val = getValueInt();689 if (getValueInt() == 1) {734 status = getValueInt();756 state = getValueInt() == 2;852 isInline = getValueInt() == 1;1011 read = getValueInt() == 1;1017 int val = getValueInt();[all …]
37 int status = getValueInt(); in parseResult()
61 int status = getValueInt(); in parseResponse()
85 mStatusCode = getValueInt(); in parse()
136 galResult.total = getValueInt(); in parseStore()
152 status = getValueInt(); in parse()329 type = getValueInt(); in addParser()562 getValueInt(); in changesParser()
132 status = getValueInt(); in parse()
273 public int getValueInt() throws IOException { in getValueInt() method in Parser
209 mTotalResults = getValueInt(); in parseStore()
216 mStatus = getValueInt(); in parse()
273 public int getValueInt() throws IOException { in getValueInt() method in FolderSyncParserTests.MockFolderSyncParser