Home
last modified time | relevance | path

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

12

/packages/apps/Contacts/src/com/android/contacts/editor/
DStructuredNameEditorView.java68 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()
DContactEditorFragment.java493 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 …]
DRawContactEditorView.java176 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()
DViewIdGenerator.java88 sWorkStringBuilder.append(entity.getValues().getId()); in getMapKey()
DRawContactReadOnlyEditorView.java127 ValuesDelta values = state.getValues(); in setState()
DGroupMembershipView.java202 ValuesDelta values = state.getValues(); in setState()
DLabeledEditorView.java371 public ValuesDelta getValues() { in getValues() method in LabeledEditorView
/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()
DEntityDelta.java138 public ValuesDelta getValues() { in getValues() method in EntityDelta
/packages/apps/Contacts/src/com/android/contacts/model/
DEntityDeltaList.java108 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()
DEntityDelta.java148 public ValuesDelta getValues() { in getValues() method in EntityDelta
217 ContentValues entityValues = getValues().getCompleteValues(); in getRawContactAccountType()
224 return getValues().getAsLong(RawContacts._ID); in getRawContactId()
DEntityModifier.java389 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/
DChartNetworkSeriesView.java204 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/
DEntityDeltaListTests.java91 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()
DEntityDeltaTests.java260 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/
DSMILAnimation.java91 public String getValues(); in getValues() method
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
DBarrierConsumer.java54 public ArrayList<A> getValues() { in getValues() method in BarrierConsumer
/packages/apps/Contacts/src/com/android/contacts/detail/
DPhotoSelectionHandler.java154 return mState.get(index).getValues().getId(); in getWritableEntityId()
173 final ContentValues entityValues = delta.getValues().getCompleteValues(); in getDeltaForAttachingPhotoToContact()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DMultiSourceCorpus.java148 ArrayList<SourceResult> results = consumer.getValues(); in getSuggestions()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DBatterySipper.java86 double[] getValues() { in getValues() method in BatterySipper
/packages/apps/Gallery/src/com/android/camera/
DImageViewTouchBase.java245 matrix.getValues(mMatrixValues); in getValue()
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
DImageViewTouchBase.java527 matrix.getValues(mMatrixValues); in getValue()
/packages/apps/Settings/src/com/android/settings/
DDataUsageSummary.java1137 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/
DAppsCustomizePagedView.java779 m.getValues(mv); in beginDraggingWidget()

12