HomeSort by relevance Sort by last modified time
    Searched refs:getValueInt (Results 1 - 21 of 21) 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 409 mEstimate = getValueInt();
544 msg.mFlagRead = getValueInt() == 1;
553 truncated = getValueInt() == 1;
602 int val = getValueInt();
693 if (getValueInt() == 1) {
738 status = getValueInt();
760 state = getValueInt() == 2;
    [all...]
FolderSyncParser.java 152 status = getValueInt();
334 type = getValueInt();
567 getValueInt();
Parser.java 273 public int getValueInt() throws IOException {
Search.java 209 mTotalResults = getValueInt();
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
NotificationGenerator.java 60 builder.setSmallIcon(SMALL_ICON.getValueInt());
72 builder.setNumber(NUMBER.getValueInt());
80 builder.addAction(ACTION1_ICON.getValueInt(), ACTION1_TEXT.getValueString(), noop);
82 builder.addAction(ACTION2_ICON.getValueInt(), ACTION2_TEXT.getValueString(), noop);
84 builder.addAction(ACTION3_ICON.getValueInt(), ACTION3_TEXT.getValueString(), noop);
96 Integer styleValue = STYLE.getValueInt();
CodeGenerator.java 68 sb.append(INDENT + ".setNumber(" + NUMBER.getValueInt() + ")");
90 Integer styleValue = STYLE.getValueInt();
120 ".addAction(" + icon.getValueInt() + ", " + quote(text) + ", " + intentName + ")");
132 int resId = item.getValueInt();
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DropDownEditor.java 65 dropDownEditor.setSelection(adapter.getPosition(item.getValueInt()));
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
EditableItem.java 172 public int 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 {
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 

Completed in 2080 milliseconds