Home
last modified time | relevance | path

Searched refs:getValue (Results 1 – 25 of 124) sorted by relevance

12345

/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DGalParser.java62 String displayName = getValue(); in parseProperties()
67 String emailAddress = getValue(); in parseProperties()
72 galData.put(GalData.WORK_PHONE, getValue()); in parseProperties()
75 galData.put(GalData.OFFICE, getValue()); in parseProperties()
78 galData.put(GalData.TITLE, getValue()); in parseProperties()
81 galData.put(GalData.COMPANY, getValue()); in parseProperties()
84 galData.put(GalData.ALIAS, getValue()); in parseProperties()
87 galData.put(GalData.FIRST_NAME, getValue()); in parseProperties()
90 galData.put(GalData.LAST_NAME, getValue()); in parseProperties()
93 galData.put(GalData.HOME_PHONE, getValue()); in parseProperties()
[all …]
DContactsSyncAdapter.java459 firstName = getValue(); in addData()
462 lastName = getValue(); in addData()
465 middleName = getValue(); in addData()
468 suffix = getValue(); in addData()
471 companyName = getValue(); in addData()
474 title = getValue(); in addData()
479 emails.add(new EmailRow(getValue())); in addData()
483 workPhones.add(new PhoneRow(getValue(), Phone.TYPE_WORK)); in addData()
486 ops.addPhone(entity, Phone.TYPE_MMS, getValue()); in addData()
489 ops.addPhone(entity, Phone.TYPE_FAX_WORK, getValue()); in addData()
[all …]
DEmailSyncAdapter.java393 Log.d(TAG, "GIE status: " + getValue()); in parseResponse()
405 Log.d(TAG, "GIE class: " + getValue()); in parseCollection()
407 Log.d(TAG, "GIE collectionId: " + getValue()); in parseCollection()
522 msg.mTo = Address.pack(Address.parse(getValue()));
525 Address[] froms = Address.parse(getValue());
532 msg.mCc = Address.pack(Address.parse(getValue()));
535 msg.mReplyTo = Address.pack(Address.parse(getValue()));
538 msg.mTimeStamp = Utility.parseEmailDateTimeToMillis(getValue());
541 msg.mSubject = getValue();
564 getValue();
[all …]
DCalendarSyncAdapter.java460 dtStamp = getValue(); in addEvent()
517 cv.put(Events.DESCRIPTION, getValue()); in addEvent()
520 timeZone = CalendarUtilities.tziStringToTimeZone(getValue()); in addEvent()
527 startTime = Utility.parseDateTimeToMillis(getValue()); in addEvent()
530 endTime = Utility.parseDateTimeToMillis(getValue()); in addEvent()
541 cv.put(Events.EVENT_LOCATION, getValue()); in addEvent()
550 organizerEmail = getValue(); in addEvent()
554 cv.put(Events.TITLE, getValue()); in addEvent()
560 organizerName = getValue(); in addEvent()
575 cv.put(Events.SYNC_DATA2, getValue()); in addEvent()
[all …]
DSearch.java174 String status = getValue(); in parse()
207 String status = getValue(); in parseStore()
237 getValue(); in parseResult()
239 getValue(); in parseResult()
241 msg.mProtocolSearchInfo = getValue(); in parseResult()
DProvisionParser.java155 getValue(); in parseProvisionDocWbxml()
336 String value = getValue(); in parseProvisionDocWbxml()
543 policyType = getValue(); in parsePolicy()
547 mSecuritySyncKey = getValue(); in parsePolicy()
550 mService.userLog("Policy status: ", getValue()); in parsePolicy()
555 parseProvisionDocXml(getValue()); in parsePolicy()
580 mService.userLog("DeviceInformation status: " + getValue()); in parseDeviceInformation()
DFolderSyncParser.java191 String newKey = getValue(); in parse()
225 String serverId = getValue(); in deleteParser()
330 name = getValue(); in addParser()
338 parentId = getValue(); in addParser()
342 serverId = getValue(); in addParser()
460 serverId = getValue(); in updateParser()
463 displayName = getValue(); in updateParser()
466 parentId = getValue(); in updateParser()
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
DCachedLaterTest.java46 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/Phone/src/com/android/phone/sip/
DSipEditor.java108 String getValue() { in getValue() method in SipEditor.PreferenceKey
112 return ((ListPreference) preference).getValue(); in getValue()
119 String oldValue = getValue(); in setValue()
123 + " --> " + getValue()); in setValue()
343 int port = Integer.parseInt(PreferenceKey.Port.getValue()); in validateAndSetResult()
412 return PreferenceKey.Username.getValue() + "@" in getProfileName()
413 + PreferenceKey.DomainAddress.getValue(); in getProfileName()
418 PreferenceKey.Username.getValue(), in createSipProfile()
419 PreferenceKey.DomainAddress.getValue()) in createSipProfile()
421 .setPassword(PreferenceKey.Password.getValue()) in createSipProfile()
[all …]
/packages/apps/Contacts/src/com/android/contacts/util/
DExpirableCache.java98 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()
/packages/apps/Phone/src/com/android/phone/
DCdmaSystemSelectListPreference.java69 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/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DRecurrenceSetTest.java115 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()
DICalendarTest.java105 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()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DDialogDetailsView.java130 double[] latlng = (double[]) detail.getValue(); in setDetails()
137 context, (Long) detail.getValue()); in setDetails()
141 value = "1".equals(detail.getValue()) in setDetails()
148 (MediaDetails.FlashState) detail.getValue(); in setDetails()
159 value = (String) detail.getValue(); in setDetails()
174 Object valueObj = detail.getValue(); in setDetails()
DPaper.java69 float left = mAnimationLeft.getValue(); in getTransform()
70 float right = mAnimationRight.getValue(); in getTransform()
176 public float getValue() { in getValue() method in EdgeAnimation
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/
DEasSyncServiceTests.java68 assertEquals("0", headers[0].getValue()); in testAddHeaders()
77 assertEquals("0", headers[0].getValue()); in testAddHeaders()
85 assertEquals("key", headers[0].getValue()); in testAddHeaders()
/packages/apps/Camera/src/com/android/camera/
DPhotoController.java68 int index = camPref.findIndexOfValue(camPref.getValue()); in initialize()
90 int index = (pref.findIndexOfValue(pref.getValue()) + 1) % 2; in initialize()
172 return (key.equals(pref.getKey()) && !value.equals(pref.getValue())); in notSame()
177 if (pref != null && !value.equals(pref.getValue())) { in setPreference()
DListPreference.java92 public String getValue() { in getValue() method in ListPreference
133 return mEntries[findIndexOfValue(getValue())].toString(); in getEntry()
176 Log.v(TAG, "Preference key=" + getKey() + ". value=" + getValue()); in print()
/packages/apps/Camera/src/com/android/camera/ui/
DTimeIntervalPopup.java109 int index = mPreference.findIndexOfValue(mPreference.getValue()); in restoreSetting()
152 int newId = mUnitSpinner.getValue() * (mNumberSpinner.getMaxValue() + 1) in updateInputState()
153 + mNumberSpinner.getValue() + 1; in updateInputState()
/packages/apps/Settings/src/com/android/settings/widget/
DChartDataUsageView.java237 final long maxSweep = Math.max(mSweepWarning.getValue(), mSweepLimit.getValue()); in updateVertAxisBounds()
285 interestLine = mSweepWarning.getValue(); in updateEstimateVisible()
287 interestLine = mSweepLimit.getValue(); in updateEstimateVisible()
372 return mSweepLeft.getValue(); in getInspectStart()
376 return mSweepRight.getValue(); in getInspectEnd()
443 final long left = mSweepLeft.getValue(); in updatePrimaryRange()
444 final long right = mSweepRight.getValue(); in updatePrimaryRange()
/packages/apps/LegacyCamera/src/com/android/camera/
DListPreference.java92 public String getValue() { in getValue() method in ListPreference
133 return mEntries[findIndexOfValue(getValue())].toString(); in getEntry()
162 Log.v(TAG, "Preference key=" + getKey() + ". value=" + getValue()); in print()
/packages/apps/Mms/src/com/android/mms/dom/smil/parser/
DSmilContentHandler.java66 " value = " + attributes.getValue(i)); in startElement()
69 attributes.getValue(i)); in startElement()
/packages/apps/Camera/tests/src/com/android/camera/activity/
DCameraTestCase.java78 mShutterCallback.getValue().onShutter(); in call()
79 mRawPictureCallback.getValue().onPictureTaken(null, camera); in call()
80 mJpegPictureCallback.getValue().onPictureTaken(mBlankJpeg, camera); in call()
97 mAutoFocusCallback.getValue().onAutoFocus(true, camera); in call()
/packages/apps/Exchange/tests/src/com/android/exchange/
DEasSyncServiceTests.java68 assertEquals("0", headers[0].getValue()); in testAddHeaders()
77 assertEquals("0", headers[0].getValue()); in testAddHeaders()
85 assertEquals("key", headers[0].getValue()); in testAddHeaders()
/packages/apps/Settings/src/com/android/settings/
DApnEditor.java293 String authVal = mAuthType.getValue(); in fillUi()
305 checkNull(protocolDescription(mProtocol.getValue(), mProtocol))); in fillUi()
307 checkNull(protocolDescription(mRoamingProtocol.getValue(), mRoamingProtocol))); in fillUi()
309 checkNull(bearerDescription(mBearer.getValue()))); in fillUi()
485 String authVal = mAuthType.getValue(); in validateAndSave()
490 values.put(Telephony.Carriers.PROTOCOL, checkNotSet(mProtocol.getValue())); in validateAndSave()
491 values.put(Telephony.Carriers.ROAMING_PROTOCOL, checkNotSet(mRoamingProtocol.getValue())); in validateAndSave()
506 String bearerVal = mBearer.getValue(); in validateAndSave()

12345