Home
last modified time | relevance | path

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

12

/packages/apps/Dialer/java/com/android/contacts/common/model/
DRawContact.java115 public ContentValues getValues() { in getValues() method in RawContact
121 return getValues().getAsLong(RawContacts._ID); in getId()
126 return getValues().getAsString(RawContacts.ACCOUNT_NAME); in getAccountName()
131 return getValues().getAsString(RawContacts.ACCOUNT_TYPE); in getAccountTypeString()
136 return getValues().getAsString(RawContacts.DATA_SET); in getDataSet()
140 return getValues().getAsBoolean(RawContacts.DIRTY); in isDirty()
144 return getValues().getAsString(RawContacts.SOURCE_ID); in getSourceId()
148 return getValues().getAsString(RawContacts.SYNC1); in getSync1()
152 return getValues().getAsString(RawContacts.SYNC2); in getSync2()
156 return getValues().getAsString(RawContacts.SYNC3); in getSync3()
[all …]
/packages/apps/Contacts/src/com/android/contacts/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
211 ContentValues entityValues = getValues().getCompleteValues(); in getRawContactAccountType()
218 return getValues().getAsLong(RawContacts._ID); in getRawContactId()
222 return getValues().getAsString(RawContacts.ACCOUNT_NAME); in getAccountName()
226 return getValues().getAsString(RawContacts.ACCOUNT_TYPE); in getAccountType()
230 return getValues().getAsString(RawContacts.DATA_SET); in getDataSet()
242 return getValues().isVisible(); in isVisible()
DRawContactDeltaList.java107 final Long rawContactId = remoteEntity.getValues().getId(); in mergeAfter()
269 Long rawContactId1 = get(index1).getValues().getAsLong(RawContacts._ID); in buildSplitContactDiffHelper()
279 Long rawContactId2 = get(index2).getValues().getAsLong(RawContacts._ID); in buildSplitContactDiffHelper()
298 final Long rawContactId = delta.getValues().getAsLong(RawContacts._ID); in findRawContactId()
312 final ValuesDelta values = delta.getValues(); in getRawContactId()
DRawContactModifier.java377 ValuesDelta values = state.getValues(); in trimEmpty()
396 ValuesDelta values = state.getValues(); in hasChanges()
432 state.getValues().getAsString(RawContacts.ACCOUNT_TYPE)); in trimEmpty()
/packages/apps/Contacts/src/com/android/contacts/editor/
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()
DStructuredNameEditorView.java77 new ContentValues(getValues().getCompleteValues())); in setValues()
154 getValues().getCompleteValues()); in getDisplayName()
DViewIdGenerator.java88 sWorkStringBuilder.append(entity.getValues().getId()); in getMapKey()
DContactEditorFragment.java1164 ValuesDelta.fromAfter(rawContact.getValues())); in createNewRawContactDelta()
1211 if (rawContactDelta.getValues().getAsString(RawContacts.ACCOUNT_TYPE) == null) { in setStateForExistingContact()
1256 ValuesDelta.fromAfter(rawContact.getValues())); in createLocalRawContactDelta()
1591 Long contactId = rawContact.getValues().getAsLong(RawContacts.CONTACT_ID); in getContactId()
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactDeltaListTests.java88 static ContentValues getValues(ContentProviderOperation operation) in getValues() method in RawContactDeltaListTests
199 final ContentValues expectedValues = getValues(expected.getOperation()); in assertDiffPattern()
200 final ContentValues foundValues = getValues(found.getOperation()); in assertDiffPattern()
291 return set.getByRawContactId(rawContactId).getValues().getAsLong(RawContacts.VERSION); in getVersion()
487 final ContentValues joeContactInsert = joeContact.getValues().getCompleteValues(); in testMergeRawContactLocalInsertRemoteInsert()
545 final ContentValues contactInsert = first.getByRawContactId(CONTACT_MARY).getValues() in testMergeRawContactLocalUpdateRemoteDelete()
DRawContactDeltaTests.java217 source.getValues().put(RawContacts.AGGREGATION_MODE, RawContacts.AGGREGATION_MODE_DISABLED); in testEntityDiffUpdateInsert()
303 source.getValues().markDeleted(); in testEntityDiffDelete()
/packages/apps/Dialer/java/com/android/voicemail/impl/scheduling/
DRetryPolicy.java99 VvmLog.i(TAG, "committing deferred status: " + voicemailStatusEditor.getValues()); in onCompleted()
103 VvmLog.i(TAG, "discarding deferred status: " + voicemailStatusEditor.getValues()); in onCompleted()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DContentWriter.java96 public ContentValues getValues(Context context) { in getValues() method in ContentWriter
108 return mContext.getContentResolver().update(mCommitParams.mUri, getValues(mContext), in commit()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/datausage/
DCycleAdapter.java102 entry = chartData.network.getValues(cycleStart, cycleEnd, entry); in updateCycleList()
123 entry = chartData.network.getValues(cycleStart, cycleEnd, entry); in updateCycleList()
/packages/apps/Settings/src/com/android/settings/datausage/
DCycleAdapter.java102 entry = chartData.network.getValues(cycleStart, cycleEnd, entry); in updateCycleList()
123 entry = chartData.network.getValues(cycleStart, cycleEnd, entry); in updateCycleList()
/packages/apps/Contacts/src/com/android/contacts/detail/
DPhotoSelectionHandler.java202 return mState.get(index).getValues().getId(); in getWritableEntityId()
221 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/Launcher3/src/com/android/launcher3/model/
DModelWriter.java239 cr.insert(Favorites.CONTENT_URI, writer.getValues(mContext)); in addItemToDatabase()
370 mContext.getContentResolver().update(uri, mWriter.get().getValues(mContext), in run()
/packages/apps/Dialer/java/com/android/voicemail/impl/
DVoicemailStatus.java113 public ContentValues getValues() { in getValues() method in VoicemailStatus.Editor
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/display/
DScreenZoomSettings.java79 mValues = density.getValues(); in onCreate()
/packages/apps/Settings/src/com/android/settings/display/
DScreenZoomSettings.java79 mValues = density.getValues(); in onCreate()
/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/model/
DAddWorkspaceItemsTaskTest.java167 writer.getValues(targetContext)); in setupWorkspaceWithHoles()
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
DPduPersister.java742 private static void getValues(final PduPart part, final ContentValues values) { in getValues() method in PduPersister
821 getValues(part, values); in persistPart()
1197 getValues(part, values); in updatePart()
/packages/apps/Car/Settings/src/com/android/car/settings/datausage/
DAppDataUsagePreferenceController.java82 entry = stats.getValues(i, entry); in onDataLoaded()
/packages/apps/Gallery/src/com/android/camera/
DImageViewTouchBase.java245 matrix.getValues(mMatrixValues); in getValue()

12