Searched refs:getValues (Results 1 - 24 of 24) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/
H A DRawContact.java102 public ContentValues getValues() { method in class:RawContact
110 return getValues().getAsLong(RawContacts._ID);
117 return getValues().getAsString(RawContacts.ACCOUNT_NAME);
124 return getValues().getAsString(RawContacts.ACCOUNT_TYPE);
131 return getValues().getAsString(RawContacts.DATA_SET);
138 return getValues().getAsString(RawContacts.ACCOUNT_TYPE_AND_DATA_SET);
142 return getValues().getAsBoolean(RawContacts.DIRTY);
146 return getValues().getAsLong(RawContacts.DIRTY);
150 return getValues().getAsString(RawContacts.SOURCE_ID);
154 return getValues()
[all...]
H A DRawContactDeltaList.java112 final Long rawContactId = remoteEntity.getValues().getId();
264 Long rawContactId1 = get(index1).getValues().getAsLong(RawContacts._ID);
274 Long rawContactId2 = get(index2).getValues().getAsLong(RawContacts._ID);
294 final Long rawContactId = delta.getValues().getAsLong(RawContacts._ID);
308 final ValuesDelta values = delta.getValues();
H A DRawContactDelta.java98 rawContactDelta.mValues = ValuesDelta.fromBefore(before.getValues());
150 public ValuesDelta getValues() { method in class:RawContactDelta
219 ContentValues entityValues = getValues().getCompleteValues();
226 return getValues().getAsLong(RawContacts._ID);
230 return getValues().getAsString(RawContacts.ACCOUNT_NAME);
234 return getValues().getAsString(RawContacts.ACCOUNT_TYPE);
238 return getValues().getAsString(RawContacts.DATA_SET);
246 return getValues().isVisible();
H A DRawContactModifier.java393 ValuesDelta values = state.getValues();
407 ValuesDelta values = state.getValues();
443 state.getValues().getAsString(RawContacts.ACCOUNT_TYPE));
/packages/apps/Mms/src/org/w3c/dom/smil/
H A DSMILAnimation.java91 public String getValues(); method in interface:SMILAnimation
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DStructuredNameEditorView.java71 new ContentValues(getValues().getCompleteValues()));
91 rebuildFullName(getValues());
93 rebuildStructuredName(getValues());
116 ValuesDelta values = getValues();
141 ValuesDelta values = getValues();
H A DViewIdGenerator.java88 sWorkStringBuilder.append(entity.getValues().getId());
H A DContactEditorFragment.java518 if (state.getValues().getAsString(RawContacts.ACCOUNT_TYPE) == null) {
528 rawContact.getValues()));
666 RawContactDelta insert = new RawContactDelta(ValuesDelta.fromAfter(rawContact.getValues()));
1309 String accountType1 = one.getValues().getAsString(RawContacts.ACCOUNT_TYPE);
1310 String dataSet1 = one.getValues().getAsString(RawContacts.DATA_SET);
1312 String accountType2 = two.getValues().getAsString(RawContacts.ACCOUNT_TYPE);
1313 String dataSet2 = two.getValues().getAsString(RawContacts.DATA_SET);
1385 Long contactId = rawContact.getValues().getAsLong(RawContacts.CONTACT_ID);
1418 mAggregationSuggestionEngine.onNameChange(nameEditor.getValues());
H A DLabeledEditorView.java370 public ValuesDelta getValues() { method in class:LabeledEditorView
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DEntitySet.java93 final Long rawContactId = remoteEntity.getValues().getId();
210 Long rawContactId1 = get(index1).getValues().getAsLong(RawContacts._ID);
217 Long rawContactId2 = get(index2).getValues().getAsLong(RawContacts._ID);
233 final Long rawContactId = delta.getValues().getAsLong(RawContacts._ID);
247 final ValuesDelta values = delta.getValues();
H A DGoogleSource.java162 final ValuesDelta stateValues = state.getValues();
H A DEntityDelta.java138 public ValuesDelta getValues() { method in class:EntityDelta
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
H A DBarrierConsumer.java35 // Set to null when getValues() returns.
54 public ArrayList<A> getValues() { method in class:BarrierConsumer
65 mValues = null; // mark that getValues() has returned
75 // Do nothing if getValues() has alrady returned,
82 // Wake up any thread waiting in getValues()
/packages/apps/Settings/src/com/android/settings/widget/
H A DChartNetworkSeriesView.java204 entry = mStats.getValues(i, entry);
265 entry = mStats.getValues(lastTime - WEEK_IN_MILLIS * 2, lastTime, now, entry);
275 entry = mStats.getValues(lastWeekTime - DAY_IN_MILLIS, lastWeekTime, now, entry);
310 final NetworkStatsHistory.Entry entry = mStats.getValues(mStart, mEnd, null);
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DPhotoSelectionHandler.java154 return mState.get(index).getValues().getId();
173 final ContentValues entityValues = delta.getValues().getCompleteValues();
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DMultiSourceCorpus.java148 ArrayList<SourceResult> results = consumer.getValues();
/packages/apps/Contacts/tests/src/com/android/contacts/
H A DRawContactDeltaListTests.java92 static ContentValues getValues(ContentProviderOperation operation) method in class:RawContactDeltaListTests
205 final ContentValues expectedValues = getValues(expected);
206 final ContentValues foundValues = getValues(found);
286 return set.getByRawContactId(rawContactId).getValues().getAsLong(RawContacts.VERSION);
481 final ContentValues joeContactInsert = joeContact.getValues().getCompleteValues();
539 final ContentValues contactInsert = first.getByRawContactId(CONTACT_MARY).getValues()
H A DRawContactDeltaTests.java261 source.getValues().put(RawContacts.AGGREGATION_MODE, RawContacts.AGGREGATION_MODE_DISABLED);
340 source.getValues().markDeleted();
/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DBatterySipper.java86 double[] getValues() { method in class:BatterySipper
/packages/apps/Gallery/src/com/android/camera/
H A DImageViewTouchBase.java245 matrix.getValues(mMatrixValues);
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DImageViewTouchBase.java527 matrix.getValues(mMatrixValues);
/packages/apps/Settings/src/com/android/settings/
H A DDataUsageSummary.java1150 entry = mChartData.detailDefault.getValues(start, end, now, entry);
1152 entry = mChartData.detailForeground.getValues(start, end, now, entry);
1167 entry = mChartData.detail.getValues(start, end, now, null);
1173 entry = mChartData.network.getValues(start, end, now, null);
1499 entry = stats.getValues(i, entry);
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DConfirmAddDetailActivity.java637 rawContact.getValues()));
/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizePagedView.java802 m.getValues(mv);

Completed in 3216 milliseconds