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

1234

/packages/apps/Exchange/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 DContactsSyncAdapter.java385 firstName = getValue();
388 lastName = getValue();
391 middleName = getValue();
394 fileAs = getValue();
397 suffix = getValue();
400 companyName = getValue();
403 title = getValue();
408 emails.add(new EmailRow(getValue()));
412 workPhones.add(new PhoneRow(getValue(), Phone.TYPE_WORK));
415 ops.addPhone(entity, Phone.TYPE_MMS, getValue());
[all...]
H A DMeetingResponseParser.java42 mService.userLog("Meeting response calendar id: " + getValue());
H A DEmailSyncAdapter.java374 Log.d(TAG, "GIE status: " + getValue());
386 Log.d(TAG, "GIE class: " + getValue());
388 Log.d(TAG, "GIE collectionId: " + getValue());
503 msg.mTo = Address.pack(Address.parse(getValue()));
506 Address[] froms = Address.parse(getValue());
513 msg.mCc = Address.pack(Address.parse(getValue()));
516 msg.mReplyTo = Address.pack(Address.parse(getValue()));
519 msg.mTimeStamp = Utility.parseEmailDateTimeToMillis(getValue());
522 msg.mSubject = getValue();
545 getValue();
[all...]
H A DSearch.java163 String status = getValue();
196 String status = getValue();
226 getValue();
228 getValue();
230 msg.mProtocolSearchInfo = getValue();
H A DMoveItemsParser.java89 mNewServerId = getValue();
/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/emailcommon/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.java68 if (positiveResult && (getValue() != null)) {
69 int buttonCdmaRoamingMode = Integer.valueOf(getValue()).intValue();
93 positiveResult, getValue()));
148 if ((ar.exception == null) && (getValue() != null)) {
149 int cdmaRoamingMode = Integer.valueOf(getValue()).intValue();
H A DCdmaSubscriptionListPreference.java81 int buttonCdmaSubscriptionMode = Integer.valueOf(getValue()).intValue();
99 getValue()));
/packages/apps/Phone/src/com/android/phone/sip/
H A DSipEditor.java106 String getValue() { method in class:SipEditor.PreferenceKey
110 return ((ListPreference) preference).getValue();
112 throw new RuntimeException("getValue() for the preference " + this);
117 String oldValue = getValue();
121 + " --> " + getValue());
347 int port = Integer.parseInt(PreferenceKey.Port.getValue());
416 return PreferenceKey.Username.getValue() + "@"
417 + PreferenceKey.DomainAddress.getValue();
422 PreferenceKey.Username.getValue(),
423 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();
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.java75 float left = mAnimationLeft.getValue();
76 float right = mAnimationRight.getValue();
183 public float getValue() { method in class:EdgeAnimation
/packages/apps/Browser/src/com/android/browser/
H A DFetchUrlMimeType.java88 mimeType = header.getValue();
96 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/Mms/src/com/android/mms/ui/
H A DNumberPickerDialog.java106 mCallback.onNumberSet(mNumberPicker.getValue());
114 state.putInt(NUMBER, mNumberPicker.getValue());
/packages/apps/Camera/src/com/android/camera/ui/
H A DCameraPicker.java58 String cameraId = pref.getValue();
H A DInLineSettingItem.java80 mIndex = mPreference.findIndexOfValue(mPreference.getValue());

Completed in 271 milliseconds

1234