/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | StructuredNameEditorView.java | 68 mSnapshot = new ContentValues(getValues().getCompleteValues()); in setValues() 88 rebuildFullName(getValues()); in onFieldChanged() 90 rebuildStructuredName(getValues()); in onFieldChanged() 113 ValuesDelta values = getValues(); in switchFromFullNameToStructuredName() 138 ValuesDelta values = getValues(); in switchFromStructuredNameToFullName()
|
D | ContactEditorFragment.java | 493 if (state.getValues().getAsString(RawContacts.ACCOUNT_TYPE) == null) { in bindEditorsForExistingContact() 523 final String accountType = state.getValues().getAsString(RawContacts.ACCOUNT_TYPE); in setIntentExtras() 524 final String dataSet = state.getValues().getAsString(RawContacts.DATA_SET); in setIntentExtras() 694 final ValuesDelta values = entity.getValues(); in bindEditors() 856 final ValuesDelta values = entity.getValues(); in saveDefaultAccountIfNecessary() 868 ValuesDelta values = currentState.getValues(); in addAccountSwitcher() 1212 ValuesDelta values = mState.get(i).getValues(); in isContactWritable() 1288 String accountType1 = one.getValues().getAsString(RawContacts.ACCOUNT_TYPE); in compare() 1289 String dataSet1 = one.getValues().getAsString(RawContacts.DATA_SET); in compare() 1291 String accountType2 = two.getValues().getAsString(RawContacts.ACCOUNT_TYPE); in compare() [all …]
|
D | RawContactEditorView.java | 176 ValuesDelta values = state.getValues(); in setState() 366 String accountType = mState.getValues().getAsString(RawContacts.ACCOUNT_TYPE); in getDefaultGroupId() 367 String accountName = mState.getValues().getAsString(RawContacts.ACCOUNT_NAME); in getDefaultGroupId() 368 String accountDataSet = mState.getValues().getAsString(RawContacts.DATA_SET); in getDefaultGroupId()
|
D | ViewIdGenerator.java | 88 sWorkStringBuilder.append(entity.getValues().getId()); in getMapKey()
|
D | RawContactReadOnlyEditorView.java | 127 ValuesDelta values = state.getValues(); in setState()
|
D | GroupMembershipView.java | 202 ValuesDelta values = state.getValues(); in setState()
|
D | LabeledEditorView.java | 371 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/src/com/android/contacts/model/ |
D | EntityDeltaList.java | 108 final Long rawContactId = remoteEntity.getValues().getId(); in mergeAfter() 260 Long rawContactId1 = get(index1).getValues().getAsLong(RawContacts._ID); in buildSplitContactDiff() 270 Long rawContactId2 = get(index2).getValues().getAsLong(RawContacts._ID); in buildSplitContactDiff() 290 final Long rawContactId = delta.getValues().getAsLong(RawContacts._ID); in findRawContactId() 304 final ValuesDelta values = delta.getValues(); in getRawContactId()
|
D | EntityDelta.java | 148 public ValuesDelta getValues() { in getValues() method in EntityDelta 217 ContentValues entityValues = getValues().getCompleteValues(); in getRawContactAccountType() 224 return getValues().getAsLong(RawContacts._ID); in getRawContactId()
|
D | EntityModifier.java | 389 ValuesDelta values = state.getValues(); in trimEmpty() 403 ValuesDelta values = state.getValues(); in hasChanges() 439 state.getValues().getAsString(RawContacts.ACCOUNT_TYPE)); in trimEmpty()
|
/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/tests/src/com/android/contacts/ |
D | EntityDeltaListTests.java | 91 static ContentValues getValues(ContentProviderOperation operation) in getValues() method in EntityDeltaListTests 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 | EntityDeltaTests.java | 260 source.getValues().put(RawContacts.AGGREGATION_MODE, RawContacts.AGGREGATION_MODE_DISABLED); in testEntityDiffUpdateInsert() 339 source.getValues().markDeleted(); in testEntityDiffDelete()
|
/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/Contacts/src/com/android/contacts/detail/ |
D | PhotoSelectionHandler.java | 154 return mState.get(index).getValues().getId(); in getWritableEntityId() 173 final ContentValues entityValues = delta.getValues().getCompleteValues(); in getDeltaForAttachingPhotoToContact()
|
/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 | 86 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/Settings/src/com/android/settings/ |
D | DataUsageSummary.java | 1137 entry = mChartData.detailDefault.getValues(start, end, now, entry); in updateDetailData() 1139 entry = mChartData.detailForeground.getValues(start, end, now, entry); in updateDetailData() 1154 entry = mChartData.detail.getValues(start, end, now, null); in updateDetailData() 1160 entry = mChartData.network.getValues(start, end, now, null); in updateDetailData() 1486 entry = stats.getValues(i, entry); in bindStats()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | AppsCustomizePagedView.java | 779 m.getValues(mv); in beginDraggingWidget()
|