Home
last modified time | relevance | path

Searched refs:getValues (Results 1 – 22 of 22) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContact.java192 public ContentValues getValues() { in getValues() method in RawContact
200 return getValues().getAsLong(RawContacts._ID); in getId()
207 return getValues().getAsString(RawContacts.ACCOUNT_NAME); in getAccountName()
214 return getValues().getAsString(RawContacts.ACCOUNT_TYPE); in getAccountTypeString()
221 return getValues().getAsString(RawContacts.DATA_SET); in getDataSet()
225 return getValues().getAsBoolean(RawContacts.DIRTY); in isDirty()
229 return getValues().getAsString(RawContacts.SOURCE_ID); in getSourceId()
233 return getValues().getAsString(RawContacts.SYNC1); in getSync1()
237 return getValues().getAsString(RawContacts.SYNC2); in getSync2()
241 return getValues().getAsString(RawContacts.SYNC3); in getSync3()
[all …]
DRawContactDelta.java91 rawContactDelta.mValues = ValuesDelta.fromBefore(before.getValues()); in fromBefore()
143 public ValuesDelta getValues() { in getValues() method in RawContactDelta
212 ContentValues entityValues = getValues().getCompleteValues(); in getRawContactAccountType()
219 return getValues().getAsLong(RawContacts._ID); in getRawContactId()
223 return getValues().getAsString(RawContacts.ACCOUNT_NAME); in getAccountName()
227 return getValues().getAsString(RawContacts.ACCOUNT_TYPE); in getAccountType()
231 return getValues().getAsString(RawContacts.DATA_SET); in getDataSet()
239 return getValues().isVisible(); in isVisible()
DRawContactDeltaList.java106 final Long rawContactId = remoteEntity.getValues().getId(); in mergeAfter()
258 Long rawContactId1 = get(index1).getValues().getAsLong(RawContacts._ID); in buildSplitContactDiff()
268 Long rawContactId2 = get(index2).getValues().getAsLong(RawContacts._ID); in buildSplitContactDiff()
288 final Long rawContactId = delta.getValues().getAsLong(RawContacts._ID); in findRawContactId()
302 final ValuesDelta values = delta.getValues(); in getRawContactId()
DRawContactModifier.java396 ValuesDelta values = state.getValues(); in trimEmpty()
410 ValuesDelta values = state.getValues(); in hasChanges()
446 state.getValues().getAsString(RawContacts.ACCOUNT_TYPE)); in trimEmpty()
/packages/apps/Contacts/src/com/android/contacts/editor/
DStructuredNameEditorView.java71 new ContentValues(getValues().getCompleteValues())); in setValues()
92 rebuildFullName(getValues()); in onFieldChanged()
94 rebuildStructuredName(getValues()); in onFieldChanged()
117 ValuesDelta values = getValues(); in switchFromFullNameToStructuredName()
142 ValuesDelta values = getValues(); in switchFromStructuredNameToFullName()
DContactEditorFragment.java617 if (state.getValues().getAsString(RawContacts.ACCOUNT_TYPE) == null) { in bindEditorsForExistingContact()
627 rawContact.getValues())); in bindEditorsForExistingContact()
781 final ValuesDelta valuesDelta = ValuesDelta.fromAfter(rawContact.getValues()); in bindEditorsForNewContact()
1542 String accountType1 = one.getValues().getAsString(RawContacts.ACCOUNT_TYPE); in compare()
1543 String dataSet1 = one.getValues().getAsString(RawContacts.DATA_SET); in compare()
1545 String accountType2 = two.getValues().getAsString(RawContacts.ACCOUNT_TYPE); in compare()
1546 String dataSet2 = two.getValues().getAsString(RawContacts.DATA_SET); in compare()
1628 Long contactId = rawContact.getValues().getAsLong(RawContacts.CONTACT_ID); in getContactId()
1660 mAggregationSuggestionEngine.onNameChange(nameEditor.getValues()); in acquireAggregationSuggestions()
DViewIdGenerator.java88 sWorkStringBuilder.append(entity.getValues().getId()); in getMapKey()
DLabeledEditorView.java387 public ValuesDelta getValues() { in getValues() method in LabeledEditorView
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DEntitySet.java93 final Long rawContactId = remoteEntity.getValues().getId(); in mergeAfter()
210 Long rawContactId1 = get(index1).getValues().getAsLong(RawContacts._ID); in buildSplitContactDiff()
217 Long rawContactId2 = get(index2).getValues().getAsLong(RawContacts._ID); in buildSplitContactDiff()
233 final Long rawContactId = delta.getValues().getAsLong(RawContacts._ID); in findRawContactId()
247 final ValuesDelta values = delta.getValues(); in getRawContactId()
DGoogleSource.java162 final ValuesDelta stateValues = state.getValues(); in attemptMyContactsMembership()
DEntityDelta.java138 public ValuesDelta getValues() { in getValues() method in EntityDelta
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
DRawContactDeltaListTests.java94 static ContentValues getValues(ContentProviderOperation operation) in getValues() method in RawContactDeltaListTests
205 final ContentValues expectedValues = getValues(expected); in assertDiffPattern()
206 final ContentValues foundValues = getValues(found); in assertDiffPattern()
286 return set.getByRawContactId(rawContactId).getValues().getAsLong(RawContacts.VERSION); in getVersion()
481 final ContentValues joeContactInsert = joeContact.getValues().getCompleteValues(); in testMergeRawContactLocalInsertRemoteInsert()
539 final ContentValues contactInsert = first.getByRawContactId(CONTACT_MARY).getValues() in testMergeRawContactLocalUpdateRemoteDelete()
DRawContactDeltaTests.java218 source.getValues().put(RawContacts.AGGREGATION_MODE, RawContacts.AGGREGATION_MODE_DISABLED); in testEntityDiffUpdateInsert()
297 source.getValues().markDeleted(); in testEntityDiffDelete()
/packages/apps/Settings/src/com/android/settings/widget/
DChartNetworkSeriesView.java205 entry = mStats.getValues(i, entry); in generatePath()
266 entry = mStats.getValues(lastTime - WEEK_IN_MILLIS * 2, lastTime, now, entry); in generatePath()
276 entry = mStats.getValues(lastWeekTime - DAY_IN_MILLIS, lastWeekTime, now, entry); in generatePath()
311 final NetworkStatsHistory.Entry entry = mStats.getValues(mStart, mEnd, null); in getMaxVisible()
/packages/apps/Contacts/src/com/android/contacts/detail/
DPhotoSelectionHandler.java196 return mState.get(index).getValues().getId(); in getWritableEntityId()
215 final ContentValues entityValues = delta.getValues().getCompleteValues(); in getDeltaForAttachingPhotoToContact()
/packages/apps/Settings/src/com/android/settings/
DDataUsageSummary.java1338 entry = mChartData.detailDefault.getValues(start, end, now, entry); in updateDetailData()
1340 entry = mChartData.detailForeground.getValues(start, end, now, entry); in updateDetailData()
1351 entry = mChartData.detail.getValues(start, end, now, null); in updateDetailData()
1359 entry = mChartData.network.getValues(start, end, now, null); in updateDetailData()
1690 entry = stats.getValues(i, entry); in bindStats()
/packages/apps/Mms/src/org/w3c/dom/smil/
DSMILAnimation.java91 public String getValues(); in getValues() method
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
DBarrierConsumer.java54 public ArrayList<A> getValues() { in getValues() method in BarrierConsumer
/packages/apps/Gallery/src/com/android/camera/
DImageViewTouchBase.java245 matrix.getValues(mMatrixValues); in getValue()
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
DTiledImageView.java270 matrix.getValues(mValues); in positionFromMatrix()
/packages/apps/Gallery2/src/com/android/photos/views/
DTiledImageView.java258 matrix.getValues(mValues); in positionFromMatrix()
/packages/apps/Contacts/src/com/android/contacts/activities/
DConfirmAddDetailActivity.java645 rawContact.getValues())); in addEditableRawContact()