Searched refs:getValue (Results 1 - 25 of 125) sorted by relevance

12345

/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
H A DGalParser.java62 String displayName = getValue();
67 String emailAddress = getValue();
72 galData.put(GalData.WORK_PHONE, getValue());
75 galData.put(GalData.OFFICE, getValue());
78 galData.put(GalData.TITLE, getValue());
81 galData.put(GalData.COMPANY, getValue());
84 galData.put(GalData.ALIAS, getValue());
87 galData.put(GalData.FIRST_NAME, getValue());
90 galData.put(GalData.LAST_NAME, getValue());
93 galData.put(GalData.HOME_PHONE, getValue());
[all...]
H A DMeetingResponseParser.java42 mService.userLog("Meeting response calendar id: " + getValue());
H A DContactsSyncAdapter.java459 firstName = getValue();
462 lastName = getValue();
465 middleName = getValue();
468 suffix = getValue();
471 companyName = getValue();
474 title = getValue();
479 emails.add(new EmailRow(getValue()));
483 workPhones.add(new PhoneRow(getValue(), Phone.TYPE_WORK));
486 ops.addPhone(entity, Phone.TYPE_MMS, getValue());
489 ops.addPhone(entity, Phone.TYPE_FAX_WORK, getValue());
[all...]
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
H A DCachedLaterTest.java46 assertNull(mTrap.getValue());
48 assertEquals("foo", mTrap.getValue());
55 assertEquals("foo", mTrap2.getValue());
62 assertEquals("foo", mTrap.getValue());
63 assertEquals("foo", mTrap2.getValue());
72 assertEquals("bar", mTrap2.getValue());
89 assertNull(mTrap2.getValue());
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
H A DConsumerTrap.java35 public A getValue() { method in class:ConsumerTrap
/packages/apps/Contacts/src/com/android/contacts/util/
H A DExpirableCache.java98 public V getValue(); method in interface:ExpirableCache.CachedValue
132 public V getValue() { method in class:ExpirableCache.GenerationalCachedValue
191 return cachedValue == null ? null : cachedValue.getValue();
206 return cachedValue == null || cachedValue.isExpired() ? null : cachedValue.getValue();
/packages/apps/Email/src/org/apache/james/mime4j/field/
H A DUnstructuredField.java39 public String getValue() { method in class:UnstructuredField
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DRecurrenceSetTest.java115 assertEquals("19700101T000000Z", list.get(0).getValue());
119 assertEquals(RRULE_LESS_THAN_75_CHARS,list.get(0).getValue());
132 assertEquals(RRULE_MORE_THAN_75_CHARS_FOLDED, list.get(0).getValue());
145 assertEquals(STRING_WITH_160_CHARS_FOLDED, list.get(0).getValue());
H A DICalendarTest.java105 assertEquals("20101221T090000", component.getFirstProperty("DTSTART").getValue());
177 assertEquals("19970714T170000Z", event.getFirstProperty("DTSTART").getValue());
181 assertEquals("19970715T035959Z", event.getFirstProperty("DTEND").getValue());
184 assertEquals("Bastille Day Party", event.getFirstProperty("SUMMARY").getValue());
201 assertEquals("19970714T170000", event.getFirstProperty("DTSTART").getValue());
284 assertEquals("FREQ=SECONDLY;BYSECOND=0,1,2,3,4,5,6,7,8", event.getFirstProperty("RRULE").getValue());
300 assertEquals("FREQ=SECONDLY;BYSECOND=0,1,2,3,4,5,6,7,8", event.getFirstProperty("RRULE").getValue());
/packages/apps/Phone/src/com/android/phone/
H A DCdmaSystemSelectListPreference.java69 if (positiveResult && (getValue() != null)) {
70 int buttonCdmaRoamingMode = Integer.valueOf(getValue()).intValue();
94 positiveResult, getValue()));
149 if ((ar.exception == null) && (getValue() != null)) {
150 int cdmaRoamingMode = Integer.valueOf(getValue()).intValue();
H A DCdmaSubscriptionListPreference.java82 int buttonCdmaSubscriptionMode = Integer.valueOf(getValue()).intValue();
100 getValue()));
/packages/apps/Phone/src/com/android/phone/sip/
H A DSipEditor.java108 String getValue() { method in class:SipEditor.PreferenceKey
112 return ((ListPreference) preference).getValue();
114 throw new RuntimeException("getValue() for the preference " + this);
119 String oldValue = getValue();
123 + " --> " + getValue());
343 int port = Integer.parseInt(PreferenceKey.Port.getValue());
412 return PreferenceKey.Username.getValue() + "@"
413 + PreferenceKey.DomainAddress.getValue();
418 PreferenceKey.Username.getValue(),
419 PreferenceKey.DomainAddress.getValue())
[all...]
/packages/apps/Camera/src/com/android/camera/
H A DRecordLocationPreference.java44 public String getValue() { method in class:RecordLocationPreference
H A DListPreference.java92 public String getValue() { method in class:ListPreference
133 return mEntries[findIndexOfValue(getValue())].toString();
176 Log.v(TAG, "Preference key=" + getKey() + ". value=" + getValue());
/packages/apps/LegacyCamera/src/com/android/camera/
H A DRecordLocationPreference.java44 public String getValue() { method in class:RecordLocationPreference
H A DListPreference.java92 public String getValue() { method in class:ListPreference
133 return mEntries[findIndexOfValue(getValue())].toString();
162 Log.v(TAG, "Preference key=" + getKey() + ". value=" + getValue());
/packages/apps/Mms/src/com/android/mms/dom/smil/parser/
H A DSmilContentHandler.java66 " value = " + attributes.getValue(i));
69 attributes.getValue(i));
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DDialogDetailsView.java130 double[] latlng = (double[]) detail.getValue();
137 context, (Long) detail.getValue());
141 value = "1".equals(detail.getValue())
148 (MediaDetails.FlashState) detail.getValue();
159 value = (String) detail.getValue();
174 Object valueObj = detail.getValue();
H A DPaper.java69 float left = mAnimationLeft.getValue();
70 float right = mAnimationRight.getValue();
176 public float getValue() { method in class:EdgeAnimation
/packages/apps/Camera/src/com/android/camera/ui/
H A DTimeIntervalPopup.java109 int index = mPreference.findIndexOfValue(mPreference.getValue());
152 int newId = mUnitSpinner.getValue() * (mNumberSpinner.getMaxValue() + 1)
153 + mNumberSpinner.getValue() + 1;
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/
H A DEasSyncServiceTests.java68 assertEquals("0", headers[0].getValue());
77 assertEquals("0", headers[0].getValue());
85 assertEquals("key", headers[0].getValue());
/packages/apps/Browser/src/com/android/browser/
H A DFetchUrlMimeType.java98 mimeType = header.getValue();
106 contentDisposition = contentDispositionHeader.getValue();
/packages/apps/Contacts/tests/src/com/android/contacts/util/
H A DExpirableCacheTest.java115 assertEquals(0, cachedValue.getValue().intValue());
122 assertEquals(0, expiredCachedValue.getValue().intValue());
/packages/apps/DeskClock/src/com/android/deskclock/
H A DSnoozeLengthDialog.java80 .getQuantityText(R.plurals.snooze_picker_label, mNumberPickerView.getValue())
87 mSnoozeMinutes = mNumberPickerView.getValue();
/packages/apps/Mms/src/com/android/mms/ui/
H A DNumberPickerDialog.java105 mCallback.onNumberSet(mNumberPicker.getValue());
113 state.putInt(NUMBER, mNumberPicker.getValue());

Completed in 3639 milliseconds

12345