/packages/apps/Exchange/src/com/android/exchange/adapter/ |
D | ContactsSyncParser.java | 124 firstName = getValue(); in addData() 127 lastName = getValue(); in addData() 130 middleName = getValue(); in addData() 133 suffix = getValue(); in addData() 136 companyName = getValue(); in addData() 139 title = getValue(); in addData() 144 emails.add(new EmailRow(getValue())); in addData() 148 workPhones.add(new PhoneRow(getValue(), Phone.TYPE_WORK)); in addData() 151 ops.addPhone(entity, Phone.TYPE_MMS, getValue()); in addData() 154 ops.addPhone(entity, Phone.TYPE_FAX_WORK, getValue()); in addData() [all …]
|
D | EmailSyncParser.java | 144 msg.mTo = Address.toString(Address.parse(getValue())); in addData() 147 Address[] froms = Address.parse(getValue()); in addData() 154 msg.mCc = Address.toString(Address.parse(getValue())); in addData() 157 msg.mReplyTo = Address.toString(Address.parse(getValue())); in addData() 161 msg.mTimeStamp = Utility.parseEmailDateTimeToMillis(getValue()); in addData() 167 msg.mSubject = getValue(); in addData() 190 getValue(); in addData() 195 mimeBodyParser(msg, getValue()); in addData() 199 String text = getValue(); in addData() 203 String messageClass = getValue(); in addData() [all …]
|
D | CalendarSyncParser.java | 382 dtStamp = getValue(); in addEvent() 439 cv.put(Events.DESCRIPTION, getValue()); in addEvent() 442 timeZone = CalendarUtilities.tziStringToTimeZone(getValue()); in addEvent() 450 startTime = Utility.parseDateTimeToMillis(getValue()); in addEvent() 457 endTime = Utility.parseDateTimeToMillis(getValue()); in addEvent() 471 cv.put(Events.EVENT_LOCATION, getValue()); in addEvent() 480 organizerEmail = getValue(); in addEvent() 484 cv.put(Events.TITLE, getValue()); in addEvent() 490 organizerName = getValue(); in addEvent() 505 cv.put(Events.SYNC_DATA2, getValue()); in addEvent() [all …]
|
D | GalParser.java | 66 String displayName = getValue(); in parseProperties() 71 String emailAddress = getValue(); in parseProperties() 76 galData.put(GalData.WORK_PHONE, getValue()); in parseProperties() 79 galData.put(GalData.OFFICE, getValue()); in parseProperties() 82 galData.put(GalData.TITLE, getValue()); in parseProperties() 85 galData.put(GalData.COMPANY, getValue()); in parseProperties() 88 galData.put(GalData.ALIAS, getValue()); in parseProperties() 91 galData.put(GalData.FIRST_NAME, getValue()); in parseProperties() 94 galData.put(GalData.LAST_NAME, getValue()); in parseProperties() 97 galData.put(GalData.HOME_PHONE, getValue()); in parseProperties() [all …]
|
D | PingParser.java | 141 String serverId = getValue(); in parsePingFolders() 160 private int getValue(final String name, final int currentValue, final int minValue, in getValue() method in PingParser 180 private int getValue(final String name, final int currentValue) throws IOException { in getValue() method in PingParser 181 return getValue(name, currentValue, 1, -1); in getValue() 196 mPingStatus = getValue("Status", mPingStatus, STATUS_EXPIRED, in parse() 199 mMaxFolders = getValue("MaxFolders", mMaxFolders); in parse() 211 mHeartbeatInterval = getValue("HeartbeatInterval", mHeartbeatInterval); in parse()
|
D | ProvisionParser.java | 170 getValue(); in parseProvisionDocWbxml() 340 String value = getValue(); in parseProvisionDocWbxml() 547 policyType = getValue(); in parsePolicy() 551 mSecuritySyncKey = getValue(); in parsePolicy() 554 LogUtils.d(TAG, "Policy status: %s", getValue()); in parsePolicy() 559 parseProvisionDocXml(getValue()); in parsePolicy() 584 LogUtils.d(TAG, "DeviceInformation status: %s", getValue()); in parseDeviceInformation()
|
D | FolderSyncParser.java | 251 final String newKey = getValue(); in parse() 289 final String serverId = getValue(); in deleteParser() 474 name = getValue(); in addParser() 482 parentId = getValue(); in addParser() 486 serverId = getValue(); in addParser() 516 serverId = getValue(); in updateParser() 519 displayName = getValue(); in updateParser() 522 parentId = getValue(); in updateParser()
|
D | SearchParser.java | 58 String status = getValue(); in parse() 91 getValue(); in parseStore() 121 getValue(); in parseResult() 123 getValue(); in parseResult() 125 msg.mProtocolSearchInfo = getValue(); in parseResult()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | FilterVignetteRepresentation.java | 78 mParamVignette.setValue(rep.mParamVignette.getValue()); in useParametersFrom() 79 mParamExposure.setValue(rep.mParamExposure.getValue()); in useParametersFrom() 80 mParamSaturation.setValue(rep.mParamSaturation.getValue()); in useParametersFrom() 81 mParamContrast.setValue(rep.mParamContrast.getValue()); in useParametersFrom() 82 mParamFalloff.setValue(rep.mParamFalloff.getValue()); in useParametersFrom() 85 public int getValue(int mode) { in getValue() method in FilterVignetteRepresentation 86 return mAllParam[mode].getValue(); in getValue() 170 if (mAllParam[i].getValue() != rep.mAllParam[i].getValue()) in equals() 198 writer.value(mParamVignette.getValue()); in serializeRepresentation() 199 writer.value(mParamExposure.getValue()); in serializeRepresentation() [all …]
|
D | FilterColorBorderRepresentation.java | 109 if (border.mParamColor.getValue() == mParamColor.getValue() in equals() 110 && border.mParamRadius.getValue() == mParamRadius.getValue() in equals() 111 && border.mParamSize.getValue() == mParamSize.getValue()) { in equals() 136 return mParamColor.getValue(); in getColor() 144 return mParamSize.getValue(); in getBorderSize() 152 return mParamRadius.getValue(); in getBorderRadius() 177 writer.value(mParamSize.getValue()); in serializeRepresentation() 179 writer.value(mParamRadius.getValue()); in serializeRepresentation() 181 writer.value(mParamColor.getValue()); in serializeRepresentation()
|
D | FilterChanSatRepresentation.java | 115 if (rep.getValue(i) != getValue(i)) in equals() 123 public int getValue(int mode) { in getValue() method in FilterChanSatRepresentation 124 return mAllParam[mode].getValue(); in getValue() 148 return getValue(mParameterMode); in getCurrentParameter() 171 writer.value(getValue(MODE_MASTER)); in serializeRepresentation() 172 writer.value(getValue(MODE_RED)); in serializeRepresentation() 173 writer.value(getValue(MODE_YELLOW)); in serializeRepresentation() 174 writer.value(getValue(MODE_GREEN)); in serializeRepresentation() 175 writer.value(getValue(MODE_CYAN)); in serializeRepresentation() 176 writer.value(getValue(MODE_BLUE)); in serializeRepresentation() [all …]
|
D | ImageFilterVignette.java | 115 int v = mParameters.getValue(MODE_VIGNETTE); in runFilter() 118 mScript.set_finalSaturation(mParameters.getValue(MODE_SATURATION)); in runFilter() 119 mScript.set_finalContrast(mParameters.getValue(MODE_CONTRAST)); in runFilter() 124 mScript.set_strength(mParameters.getValue(MODE_FALLOFF)/10.f); in runFilter()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | DialogDetailsView.java | 141 double[] latlng = (double[]) detail.getValue(); in setDetails() 148 context, (Long) detail.getValue()); in setDetails() 152 value = "1".equals(detail.getValue()) in setDetails() 159 (MediaDetails.FlashState) detail.getValue(); in setDetails() 170 value = (String) detail.getValue(); in setDetails() 188 if (detail.getValue().toString().equalsIgnoreCase("0")) { in setDetails() 192 value = toLocalInteger(detail.getValue()); in setDetails() 197 if (detail.getValue().toString().equalsIgnoreCase("0")) { in setDetails() 201 value = toLocalInteger(detail.getValue()); in setDetails() 211 value = "\n" + detail.getValue().toString(); in setDetails() [all …]
|
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/ |
D | SipEditor.java | 99 String getValue() { in getValue() method in SipEditor.PreferenceKey 103 return ((ListPreference) preference).getValue(); in getValue() 110 String oldValue = getValue(); in setValue() 115 getValue()); in setValue() 335 int port = Integer.parseInt(PreferenceKey.Port.getValue()); in validateAndSetResult() 386 return PreferenceKey.Username.getValue() + "@" in getProfileName() 387 + PreferenceKey.DomainAddress.getValue(); in getProfileName() 392 PreferenceKey.Username.getValue(), in createSipProfile() 393 PreferenceKey.DomainAddress.getValue()) in createSipProfile() 395 .setPassword(PreferenceKey.Password.getValue()) in createSipProfile() [all …]
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
D | DetailsDialog.java | 98 context, (Long) detail.getValue()); 102 value = "1".equals(detail.getValue()) 109 (MediaDetails.FlashState) detail.getValue(); 120 value = (String) detail.getValue(); 138 if (detail.getValue().toString().equalsIgnoreCase("0")) { 142 value = toLocalInteger(detail.getValue()); 147 if (detail.getValue().toString().equalsIgnoreCase("0")) { 151 value = toLocalInteger(detail.getValue()); 161 value = "\n" + detail.getValue().toString(); 162 path = detail.getValue().toString(); [all …]
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/ |
D | CachedLaterTest.java | 46 assertNull(mTrap.getValue()); in testGetLaterAsync() 48 assertEquals("foo", mTrap.getValue()); in testGetLaterAsync() 55 assertEquals("foo", mTrap2.getValue()); in testGetLaterSync() 62 assertEquals("foo", mTrap.getValue()); in testGetLaterWhileCreating() 63 assertEquals("foo", mTrap2.getValue()); in testGetLaterWhileCreating() 72 assertEquals("bar", mTrap2.getValue()); in testGetLaterAfterClear() 89 assertNull(mTrap2.getValue()); in testClear()
|
/packages/apps/Settings/src/com/android/settings/ |
D | ApnEditor.java | 313 String authVal = mAuthType.getValue(); in fillUi() 325 checkNull(protocolDescription(mProtocol.getValue(), mProtocol))); in fillUi() 327 checkNull(protocolDescription(mRoamingProtocol.getValue(), mRoamingProtocol))); in fillUi() 329 checkNull(bearerDescription(mBearer.getValue()))); in fillUi() 331 checkNull(mvnoDescription(mMvnoType.getValue()))); in fillUi() 377 String oldValue = mMvnoType.getValue(); in mvnoDescription() 554 String authVal = mAuthType.getValue(); in validateAndSave() 559 values.put(Telephony.Carriers.PROTOCOL, checkNotSet(mProtocol.getValue())); in validateAndSave() 560 values.put(Telephony.Carriers.ROAMING_PROTOCOL, checkNotSet(mRoamingProtocol.getValue())); in validateAndSave() 575 String bearerVal = mBearer.getValue(); in validateAndSave() [all …]
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
D | ICalendarTest.java | 105 assertEquals("20101221T090000", component.getFirstProperty("DTSTART").getValue()); in testParseQuotedParam() 177 assertEquals("19970714T170000Z", event.getFirstProperty("DTSTART").getValue()); in testParseEvent1() 181 assertEquals("19970715T035959Z", event.getFirstProperty("DTEND").getValue()); in testParseEvent1() 184 assertEquals("Bastille Day Party", event.getFirstProperty("SUMMARY").getValue()); in testParseEvent1() 201 assertEquals("19970714T170000", event.getFirstProperty("DTSTART").getValue()); in testParseEvent2() 284 …sertEquals("FREQ=SECONDLY;BYSECOND=0,1,2,3,4,5,6,7,8", event.getFirstProperty("RRULE").getValue()); in testNormalize() 300 …sertEquals("FREQ=SECONDLY;BYSECOND=0,1,2,3,4,5,6,7,8", event.getFirstProperty("RRULE").getValue()); in testNormalizeBadSep()
|
D | RecurrenceSetTest.java | 115 assertEquals("19700101T000000Z", list.get(0).getValue()); in testRRULEfolding() 119 assertEquals(RRULE_LESS_THAN_75_CHARS,list.get(0).getValue()); in testRRULEfolding() 132 assertEquals(RRULE_MORE_THAN_75_CHARS_FOLDED, list.get(0).getValue()); in testRRULEfolding() 145 assertEquals(STRING_WITH_160_CHARS_FOLDED, list.get(0).getValue()); in testRRULEfolding()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/ |
D | EditorChanSat.java | 144 int value = rep.getValue(FilterChanSatRepresentation.MODE_MASTER); in reflectCurrentFilter() 147 value = rep.getValue(FilterChanSatRepresentation.MODE_RED); in reflectCurrentFilter() 150 value = rep.getValue(FilterChanSatRepresentation.MODE_YELLOW); in reflectCurrentFilter() 153 value = rep.getValue(FilterChanSatRepresentation.MODE_GREEN); in reflectCurrentFilter() 156 value = rep.getValue(FilterChanSatRepresentation.MODE_CYAN); in reflectCurrentFilter() 159 value = rep.getValue(FilterChanSatRepresentation.MODE_BLUE); in reflectCurrentFilter() 162 value = rep.getValue(FilterChanSatRepresentation.MODE_MAGENTA); in reflectCurrentFilter()
|
/packages/services/Telephony/src/com/android/phone/ |
D | CdmaSystemSelectListPreference.java | 69 if (positiveResult && (getValue() != null)) { in onDialogClosed() 70 int buttonCdmaRoamingMode = Integer.valueOf(getValue()).intValue(); in onDialogClosed() 94 positiveResult, getValue())); in onDialogClosed() 149 if ((ar.exception == null) && (getValue() != null)) { in handleSetCdmaRoamingPreference() 150 int cdmaRoamingMode = Integer.valueOf(getValue()).intValue(); in handleSetCdmaRoamingPreference()
|
/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
D | RegisteredAidCache.java | 166 AidResolveInfo entryResolveInfo = entry.getValue(); in resolveAid() 414 prefixConflicts.services.addAll(entry.getValue()); in findConflictsForPrefixLocked() 472 entry.getValue(), false); in generateAidCacheLocked() 522 AidResolveInfo resolveInfo = aidEntry.getValue(); in updateRoutingLocked() 590 String category = entry.getValue().category; in dumpEntry() 591 ApduServiceInfo defaultServiceInfo = entry.getValue().defaultService; in dumpEntry() 596 for (ApduServiceInfo serviceInfo : entry.getValue().services) { in dumpEntry()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/ |
D | TransitionUtils.java | 36 res.getValue(R.dimen.alpha_activity_in_bkg_start, startAlpha, true); in createActivityFadeInAnimator() 39 res.getValue(R.dimen.alpha_activity_in_bkg_end, endAlpha, true); in createActivityFadeInAnimator() 56 res.getValue(R.dimen.alpha_activity_out_bkg_start, startAlpha, true); in createActivityFadeOutAnimator() 59 res.getValue(R.dimen.alpha_activity_out_bkg_end, endAlpha, true); in createActivityFadeOutAnimator()
|
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
D | XmlDictInputOutput.java | 111 mFreq = Integer.parseInt(attrs.getValue(attrIndex)); in startElement() 118 attributes.put(attrName, attrs.getValue(attrIndex)); in startElement() 177 mSrc = attrs.getValue(uri, SRC_ATTRIBUTE); in startElement() 179 String dst = attrs.getValue(uri, DST_ATTRIBUTE); in startElement() 180 int freq = getValueFromFreqString(attrs.getValue(uri, DST_FREQ)); in startElement()
|
/packages/apps/Dialer/src/com/android/dialer/util/ |
D | ExpirableCache.java | 98 public V getValue(); in getValue() method 132 public V getValue() { in getValue() method in ExpirableCache.GenerationalCachedValue 191 return cachedValue == null ? null : cachedValue.getValue(); in getPossiblyExpired() 206 return cachedValue == null || cachedValue.isExpired() ? null : cachedValue.getValue(); in get()
|