Searched refs:getValues (Results 1 - 23 of 23) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DRawContact.java192 public ContentValues getValues() { method in class:RawContact
200 return getValues().getAsLong(RawContacts._ID);
207 return getValues().getAsString(RawContacts.ACCOUNT_NAME);
214 return getValues().getAsString(RawContacts.ACCOUNT_TYPE);
221 return getValues().getAsString(RawContacts.DATA_SET);
225 return getValues().getAsBoolean(RawContacts.DIRTY);
229 return getValues().getAsString(RawContacts.SOURCE_ID);
233 return getValues().getAsString(RawContacts.SYNC1);
237 return getValues().getAsString(RawContacts.SYNC2);
241 return getValues()
[all...]
H A DRawContactDelta.java91 rawContactDelta.mValues = ValuesDelta.fromBefore(before.getValues());
143 public ValuesDelta getValues() { method in class:RawContactDelta
212 ContentValues entityValues = getValues().getCompleteValues();
219 return getValues().getAsLong(RawContacts._ID);
223 return getValues().getAsString(RawContacts.ACCOUNT_NAME);
227 return getValues().getAsString(RawContacts.ACCOUNT_TYPE);
231 return getValues().getAsString(RawContacts.DATA_SET);
239 return getValues().isVisible();
H A DRawContactDeltaList.java106 final Long rawContactId = remoteEntity.getValues().getId();
258 Long rawContactId1 = get(index1).getValues().getAsLong(RawContacts._ID);
268 Long rawContactId2 = get(index2).getValues().getAsLong(RawContacts._ID);
288 final Long rawContactId = delta.getValues().getAsLong(RawContacts._ID);
302 final ValuesDelta values = delta.getValues();
H A DRawContactModifier.java396 ValuesDelta values = state.getValues();
410 ValuesDelta values = state.getValues();
446 state.getValues().getAsString(RawContacts.ACCOUNT_TYPE));
/packages/apps/Mms/src/org/w3c/dom/smil/
H A DSMILAnimation.java91 public String getValues(); method in interface:SMILAnimation
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DStructuredNameEditorView.java71 new ContentValues(getValues().getCompleteValues()));
91 rebuildFullName(getValues());
93 rebuildStructuredName(getValues());
116 ValuesDelta values = getValues();
141 ValuesDelta values = getValues();
H A DViewIdGenerator.java88 sWorkStringBuilder.append(entity.getValues().getId());
H A DContactEditorFragment.java606 if (state.getValues().getAsString(RawContacts.ACCOUNT_TYPE) == null) {
616 rawContact.getValues()));
770 final ValuesDelta valuesDelta = ValuesDelta.fromAfter(rawContact.getValues());
1492 String accountType1 = one.getValues().getAsString(RawContacts.ACCOUNT_TYPE);
1493 String dataSet1 = one.getValues().getAsString(RawContacts.DATA_SET);
1495 String accountType2 = two.getValues().getAsString(RawContacts.ACCOUNT_TYPE);
1496 String dataSet2 = two.getValues().getAsString(RawContacts.DATA_SET);
1578 Long contactId = rawContact.getValues().getAsLong(RawContacts.CONTACT_ID);
1610 mAggregationSuggestionEngine.onNameChange(nameEditor.getValues());
H A DLabeledEditorView.java370 public ValuesDelta getValues() { method in class:LabeledEditorView
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DEntitySet.java93 final Long rawContactId = remoteEntity.getValues().getId();
210 Long rawContactId1 = get(index1).getValues().getAsLong(RawContacts._ID);
217 Long rawContactId2 = get(index2).getValues().getAsLong(RawContacts._ID);
233 final Long rawContactId = delta.getValues().getAsLong(RawContacts._ID);
247 final ValuesDelta values = delta.getValues();
H A DGoogleSource.java162 final ValuesDelta stateValues = state.getValues();
H A DEntityDelta.java138 public ValuesDelta getValues() { method in class:EntityDelta
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
H A DBarrierConsumer.java35 // Set to null when getValues() returns.
54 public ArrayList<A> getValues() { method in class:BarrierConsumer
65 mValues = null; // mark that getValues() has returned
75 // Do nothing if getValues() has alrady returned,
82 // Wake up any thread waiting in getValues()
/packages/apps/Settings/src/com/android/settings/widget/
H A DChartNetworkSeriesView.java205 entry = mStats.getValues(i, entry);
266 entry = mStats.getValues(lastTime - WEEK_IN_MILLIS * 2, lastTime, now, entry);
276 entry = mStats.getValues(lastWeekTime - DAY_IN_MILLIS, lastWeekTime, now, entry);
311 final NetworkStatsHistory.Entry entry = mStats.getValues(mStart, mEnd, null);
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DPhotoSelectionHandler.java196 return mState.get(index).getValues().getId();
215 final ContentValues entityValues = delta.getValues().getCompleteValues();
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
H A DRawContactDeltaListTests.java94 static ContentValues getValues(ContentProviderOperation operation) method in class:RawContactDeltaListTests
205 final ContentValues expectedValues = getValues(expected);
206 final ContentValues foundValues = getValues(found);
286 return set.getByRawContactId(rawContactId).getValues().getAsLong(RawContacts.VERSION);
481 final ContentValues joeContactInsert = joeContact.getValues().getCompleteValues();
539 final ContentValues contactInsert = first.getByRawContactId(CONTACT_MARY).getValues()
H A DRawContactDeltaTests.java218 source.getValues().put(RawContacts.AGGREGATION_MODE, RawContacts.AGGREGATION_MODE_DISABLED);
297 source.getValues().markDeleted();
/packages/apps/Gallery/src/com/android/camera/
H A DImageViewTouchBase.java245 matrix.getValues(mMatrixValues);
/packages/apps/Gallery2/src/com/android/photos/views/
H A DTiledImageView.java258 matrix.getValues(mValues);
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
H A DTiledImageView.java270 matrix.getValues(mValues);
/packages/apps/Settings/src/com/android/settings/
H A DDataUsageSummary.java1193 entry = mChartData.detailDefault.getValues(start, end, now, entry);
1195 entry = mChartData.detailForeground.getValues(start, end, now, entry);
1206 entry = mChartData.detail.getValues(start, end, now, null);
1214 entry = mChartData.network.getValues(start, end, now, null);
1556 entry = stats.getValues(i, entry);
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DConfirmAddDetailActivity.java645 rawContact.getValues()));
/packages/apps/OMA-DM/engine/dmlib/dmt-tools/lib/
H A Djoda-time-1.1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...

Completed in 6105 milliseconds