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/
ProvisionParser.java 69 if (getValueInt() == 1) {
76 minPasswordLength = getValueInt();
79 if (getValueInt() == 1) {
85 maxScreenLockTime = getValueInt();
88 maxPasswordFails = getValueInt();
97 if (getValueInt() == 0) {
107 if (getValueInt() == 1) {
319 int status = getValueInt();
MeetingResponseParser.java 37 int status = getValueInt();
PingParser.java 72 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 3965 milliseconds