/packages/apps/Contacts/src/com/android/contacts/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() 228 return getValues().getAsString(RawContacts.ACCOUNT_TYPE_AND_DATA_SET); in getAccountTypeAndDataSetString() 232 return getValues().getAsBoolean(RawContacts.DIRTY); in isDirty() 236 return getValues().getAsLong(RawContacts.DIRTY); in getVersion() 240 return getValues().getAsString(RawContacts.SOURCE_ID); in getSourceId() 244 return getValues().getAsString(RawContacts.SYNC1); in getSync1() [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 | 395 ValuesDelta values = state.getValues(); in trimEmpty() 409 ValuesDelta values = state.getValues(); in hasChanges() 445 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() 91 rebuildFullName(getValues()); in onFieldChanged() 93 rebuildStructuredName(getValues()); in onFieldChanged() 116 ValuesDelta values = getValues(); in switchFromFullNameToStructuredName() 141 ValuesDelta values = getValues(); in switchFromStructuredNameToFullName()
|
D | ContactEditorFragment.java | 579 if (state.getValues().getAsString(RawContacts.ACCOUNT_TYPE) == null) { in bindEditorsForExistingContact() 589 rawContact.getValues())); in bindEditorsForExistingContact() 732 final ValuesDelta valuesDelta = ValuesDelta.fromAfter(rawContact.getValues()); in bindEditorsForNewContact() 1387 String accountType1 = one.getValues().getAsString(RawContacts.ACCOUNT_TYPE); in compare() 1388 String dataSet1 = one.getValues().getAsString(RawContacts.DATA_SET); in compare() 1390 String accountType2 = two.getValues().getAsString(RawContacts.ACCOUNT_TYPE); in compare() 1391 String dataSet2 = two.getValues().getAsString(RawContacts.DATA_SET); in compare() 1462 Long contactId = rawContact.getValues().getAsLong(RawContacts.CONTACT_ID); in getContactId() 1494 mAggregationSuggestionEngine.onNameChange(nameEditor.getValues()); in acquireAggregationSuggestions()
|
D | ViewIdGenerator.java | 88 sWorkStringBuilder.append(entity.getValues().getId()); in getMapKey()
|
D | LabeledEditorView.java | 370 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/Contacts/tests/src/com/android/contacts/ |
D | RawContactDeltaListTests.java | 93 static ContentValues getValues(ContentProviderOperation operation) in getValues() method in RawContactDeltaListTests 204 final ContentValues expectedValues = getValues(expected); in assertDiffPattern() 205 final ContentValues foundValues = getValues(found); in assertDiffPattern() 285 return set.getByRawContactId(rawContactId).getValues().getAsLong(RawContacts.VERSION); in getVersion() 480 final ContentValues joeContactInsert = joeContact.getValues().getCompleteValues(); in testMergeRawContactLocalInsertRemoteInsert() 538 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 | 204 entry = mStats.getValues(i, entry); in generatePath() 265 entry = mStats.getValues(lastTime - WEEK_IN_MILLIS * 2, lastTime, now, entry); in generatePath() 275 entry = mStats.getValues(lastWeekTime - DAY_IN_MILLIS, lastWeekTime, now, entry); in generatePath() 310 final NetworkStatsHistory.Entry entry = mStats.getValues(mStart, mEnd, null); in getMaxVisible()
|
/packages/apps/Contacts/src/com/android/contacts/detail/ |
D | PhotoSelectionHandler.java | 153 return mState.get(index).getValues().getId(); in getWritableEntityId() 172 final ContentValues entityValues = delta.getValues().getCompleteValues(); in getDeltaForAttachingPhotoToContact()
|
/packages/apps/Settings/src/com/android/settings/ |
D | DataUsageSummary.java | 1150 entry = mChartData.detailDefault.getValues(start, end, now, entry); in updateDetailData() 1152 entry = mChartData.detailForeground.getValues(start, end, now, entry); in updateDetailData() 1167 entry = mChartData.detail.getValues(start, end, now, null); in updateDetailData() 1173 entry = mChartData.network.getValues(start, end, now, null); in updateDetailData() 1499 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/QuickSearchBox/src/com/android/quicksearchbox/ |
D | MultiSourceCorpus.java | 148 ArrayList<SourceResult> results = consumer.getValues(); in getSuggestions()
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
D | BatterySipper.java | 87 double[] getValues() { in getValues() method in BatterySipper
|
/packages/apps/Gallery/src/com/android/camera/ |
D | ImageViewTouchBase.java | 245 matrix.getValues(mMatrixValues); in getValue()
|
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
D | ImageViewTouchBase.java | 527 matrix.getValues(mMatrixValues); in getValue()
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
D | ConfirmAddDetailActivity.java | 638 rawContact.getValues())); in addEditableRawContact()
|