/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
D | RawContact.java | 192 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 …]
|
D | RawContactDelta.java | 91 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()
|
D | RawContactDeltaList.java | 106 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()
|
D | RawContactModifier.java | 396 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/ |
D | StructuredNameEditorView.java | 71 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()
|
D | ContactEditorFragment.java | 617 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()
|
D | ViewIdGenerator.java | 88 sWorkStringBuilder.append(entity.getValues().getId()); in getMapKey()
|
D | LabeledEditorView.java | 387 public ValuesDelta getValues() { in getValues() method in LabeledEditorView
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
D | EntitySet.java | 93 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()
|
D | GoogleSource.java | 162 final ValuesDelta stateValues = state.getValues(); in attemptMyContactsMembership()
|
D | EntityDelta.java | 138 public ValuesDelta getValues() { in getValues() method in EntityDelta
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/ |
D | RawContactDeltaListTests.java | 94 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()
|
D | RawContactDeltaTests.java | 218 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/ |
D | ChartNetworkSeriesView.java | 205 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/ |
D | PhotoSelectionHandler.java | 196 return mState.get(index).getValues().getId(); in getWritableEntityId() 215 final ContentValues entityValues = delta.getValues().getCompleteValues(); in getDeltaForAttachingPhotoToContact()
|
/packages/apps/Settings/src/com/android/settings/ |
D | DataUsageSummary.java | 1338 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/ |
D | SMILAnimation.java | 91 public String getValues(); in getValues() method
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
D | BarrierConsumer.java | 54 public ArrayList<A> getValues() { in getValues() method in BarrierConsumer
|
/packages/apps/Gallery/src/com/android/camera/ |
D | ImageViewTouchBase.java | 245 matrix.getValues(mMatrixValues); in getValue()
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/ |
D | TiledImageView.java | 270 matrix.getValues(mValues); in positionFromMatrix()
|
/packages/apps/Gallery2/src/com/android/photos/views/ |
D | TiledImageView.java | 258 matrix.getValues(mValues); in positionFromMatrix()
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
D | ConfirmAddDetailActivity.java | 645 rawContact.getValues())); in addEditableRawContact()
|