Home
last modified time | relevance | path

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

12

/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.java94 rawContactDelta.mValues = ValuesDelta.fromBefore(before.getValues()); in fromBefore()
146 public ValuesDelta getValues() { in getValues() method in RawContactDelta
215 ContentValues entityValues = getValues().getCompleteValues(); in getRawContactAccountType()
222 return getValues().getAsLong(RawContacts._ID); in getRawContactId()
226 return getValues().getAsString(RawContacts.ACCOUNT_NAME); in getAccountName()
230 return getValues().getAsString(RawContacts.ACCOUNT_TYPE); in getAccountType()
234 return getValues().getAsString(RawContacts.DATA_SET); in getDataSet()
242 return getValues().isVisible(); in isVisible()
DRawContactDeltaList.java109 final Long rawContactId = remoteEntity.getValues().getId(); in mergeAfter()
379 Long rawContactId1 = get(index1).getValues().getAsLong(RawContacts._ID); in buildSplitContactDiffHelper()
389 Long rawContactId2 = get(index2).getValues().getAsLong(RawContacts._ID); in buildSplitContactDiffHelper()
408 final Long rawContactId = delta.getValues().getAsLong(RawContacts._ID); in findRawContactId()
422 final ValuesDelta values = delta.getValues(); in getRawContactId()
DRawContactModifier.java379 ValuesDelta values = state.getValues(); in trimEmpty()
398 ValuesDelta values = state.getValues(); in hasChanges()
434 state.getValues().getAsString(RawContacts.ACCOUNT_TYPE)); in trimEmpty()
/packages/apps/Contacts/src/com/android/contacts/editor/
DStructuredNameEditorView.java76 new ContentValues(getValues().getCompleteValues())); in setValues()
109 rebuildFullName(getValues()); in onFieldChanged()
111 rebuildStructuredName(getValues()); in onFieldChanged()
134 ValuesDelta values = getValues(); in switchFromFullNameToStructuredName()
159 ValuesDelta values = getValues(); in switchFromStructuredNameToFullName()
227 getValues().setDisplayName(name); in setDisplayName()
228 rebuildStructuredName(getValues()); in setDisplayName()
229 super.setValue(1, getValues().getAsString(StructuredName.GIVEN_NAME)); in setDisplayName()
230 super.setValue(3, getValues().getAsString(StructuredName.FAMILY_NAME)); in setDisplayName()
237 final ValuesDelta valuesDelta = getValues(); in getDisplayName()
DRawContactDeltaComparator.java48 String accountType1 = one.getValues().getAsString(RawContacts.ACCOUNT_TYPE); in compare()
49 String dataSet1 = one.getValues().getAsString(RawContacts.DATA_SET); in compare()
51 String accountType2 = two.getValues().getAsString(RawContacts.ACCOUNT_TYPE); in compare()
52 String dataSet2 = two.getValues().getAsString(RawContacts.DATA_SET); in compare()
DContactEditorFragment.java252 final ValuesDelta nameValuesDelta = rawContactEditor.getNameEditor().getValues(); in bindEditors()
269 rawContactEditor.getNameEditor().getValues()); in bindEditors()
291 rawContactEditor.getNameEditor().getValues()); in bindEditors()
316 final ValuesDelta valuesDelta = nameEditorView.getValues(); in unsetSuperPrimaryForAllNameEditors()
DViewIdGenerator.java88 sWorkStringBuilder.append(entity.getValues().getId()); in getMapKey()
DContactEditorBaseFragment.java1233 ValuesDelta.fromAfter(rawContact.getValues())); in createNewRawContactDelta()
1280 if (rawContactDelta.getValues().getAsString(RawContacts.ACCOUNT_TYPE) == null) { in setStateForExistingContact()
1302 ValuesDelta.fromAfter(rawContact.getValues())); in createLocalRawContactDelta()
1566 Long contactId = rawContact.getValues().getAsLong(RawContacts.CONTACT_ID); in getContactId()
/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()
/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/ContactsCommon/tests/src/com/android/contacts/common/
DRawContactDeltaListTests.java97 static ContentValues getValues(ContentProviderOperation operation) in getValues() method in RawContactDeltaListTests
208 final ContentValues expectedValues = getValues(expected.getOperation()); in assertDiffPattern()
209 final ContentValues foundValues = getValues(found.getOperation()); in assertDiffPattern()
300 return set.getByRawContactId(rawContactId).getValues().getAsLong(RawContacts.VERSION); in getVersion()
496 final ContentValues joeContactInsert = joeContact.getValues().getCompleteValues(); in testMergeRawContactLocalInsertRemoteInsert()
554 final ContentValues contactInsert = first.getByRawContactId(CONTACT_MARY).getValues() in testMergeRawContactLocalUpdateRemoteDelete()
DRawContactDeltaTests.java221 source.getValues().put(RawContacts.AGGREGATION_MODE, RawContacts.AGGREGATION_MODE_DISABLED); in testEntityDiffUpdateInsert()
307 source.getValues().markDeleted(); in testEntityDiffDelete()
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
DCallLogAdapterTest.java631 Object[] values = getValues(number, postDialDigits, presentation, type); in createCallLogEntry()
637 Object[] values = getValues(number, postDialDigits, viaNumber, presentation, type); in createCallLogEntry()
685 Object[] values = getValues(number, EMPTY_STRING, NO_VALUE_SET, type); in createCallLogEntryWithCachedValues()
707 private Object[] getValues( in getValues() method in CallLogAdapterTest
712 return getValues(number, postDialDigits, "", presentation, type); in getValues()
723 private Object[] getValues( in getValues() method in CallLogAdapterTest
/packages/apps/Settings/src/com/android/settings/datausage/
DCycleAdapter.java99 entry = chartData.network.getValues(cycleStart, cycleEnd, entry); in updateCycleList()
121 entry = chartData.network.getValues(cycleStart, cycleEnd, entry); in updateCycleList()
DChartDataUsagePreference.java86 entry = mNetwork.getValues(i, entry); in getTop()
107 entry = mNetwork.getValues(i, entry); in calcPoints()
DAppDataUsage.java296 entry = mChartData.detailDefault.getValues(mStart, mEnd, now, entry); in bindData()
298 entry = mChartData.detailForeground.getValues(mStart, mEnd, now, entry); in bindData()
DDataUsageList.java300 entry = mChartData.network.getValues(start, end, now, null); in updateDetailData()
327 entry = stats.getValues(i, entry); in bindStats()
/packages/apps/Contacts/src/com/android/contacts/detail/
DPhotoSelectionHandler.java201 return mState.get(index).getValues().getId(); in getWritableEntityId()
220 final ContentValues entityValues = delta.getValues().getCompleteValues(); in getDeltaForAttachingPhotoToContact()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
DBarrierConsumer.java54 public ArrayList<A> getValues() { in getValues() method in BarrierConsumer
/packages/apps/Settings/src/com/android/settings/display/
DScreenZoomSettings.java68 mValues = density.getValues(); in onCreate()
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
DTiledImageView.java184 matrix.getValues(mValues); in positionFromMatrix()
/packages/apps/Gallery/src/com/android/camera/
DImageViewTouchBase.java245 matrix.getValues(mMatrixValues); in getValue()
/packages/apps/Settings/src/com/android/settings/
DApnEditor.java386 checkNull(bearerMultiDescription(mBearerMulti.getValues()))); in fillUi()
664 Set<String> bearerSet = mBearerMulti.getValues(); in validateAndSave()

12