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

/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.java68 mSnapshot = new ContentValues(getValues().getCompleteValues());
87 rebuildFullName(getValues());
89 rebuildStructuredName(getValues());
108 ValuesDelta values = getValues();
133 ValuesDelta values = getValues();
H A DViewIdGenerator.java88 sWorkStringBuilder.append(entity.getValues().getId());
H A DRawContactEditorView.java176 ValuesDelta values = state.getValues();
364 String accountType = mState.getValues().getAsString(RawContacts.ACCOUNT_TYPE);
365 String accountName = mState.getValues().getAsString(RawContacts.ACCOUNT_NAME);
366 String accountDataSet = mState.getValues().getAsString(RawContacts.DATA_SET);
H A DContactEditorFragment.java496 if (state.getValues().getAsString(RawContacts.ACCOUNT_TYPE) == null) {
526 final String accountType = state.getValues().getAsString(RawContacts.ACCOUNT_TYPE);
527 final String dataSet = state.getValues().getAsString(RawContacts.DATA_SET);
697 final ValuesDelta values = entity.getValues();
806 final ValuesDelta values = entity.getValues();
818 ValuesDelta values = currentState.getValues();
1212 ValuesDelta values = mState.get(i).getValues();
1288 String accountType1 = one.getValues().getAsString(RawContacts.ACCOUNT_TYPE);
1289 String dataSet1 = one.getValues().getAsString(RawContacts.DATA_SET);
1291 String accountType2 = two.getValues()
[all...]
H A DGroupMembershipView.java143 ValuesDelta values = state.getValues();
H A DLabeledEditorView.java355 public ValuesDelta getValues() { method in class:LabeledEditorView
H A DRawContactReadOnlyEditorView.java130 ValuesDelta values = state.getValues();
/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/Contacts/src/com/android/contacts/model/
H A DEntityDeltaList.java105 final Long rawContactId = remoteEntity.getValues().getId();
241 Long rawContactId1 = get(index1).getValues().getAsLong(RawContacts._ID);
251 Long rawContactId2 = get(index2).getValues().getAsLong(RawContacts._ID);
271 final Long rawContactId = delta.getValues().getAsLong(RawContacts._ID);
285 final ValuesDelta values = delta.getValues();
H A DEntityModifier.java381 ValuesDelta values = state.getValues();
395 ValuesDelta values = state.getValues();
431 state.getValues().getAsString(RawContacts.ACCOUNT_TYPE));
H A DEntityDelta.java146 public ValuesDelta getValues() { method in class:EntityDelta
/packages/apps/Settings/src/com/android/settings/widget/
H A DChartNetworkSeriesView.java202 entry = mStats.getValues(i, entry);
262 entry = mStats.getValues(lastTime - WEEK_IN_MILLIS * 2, lastTime, now, entry);
272 entry = mStats.getValues(lastWeekTime - DAY_IN_MILLIS, lastWeekTime, now, entry);
306 final NetworkStatsHistory.Entry entry = mStats.getValues(mStart, mEnd, null);
/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 DEntityDeltaListTests.java91 static ContentValues getValues(ContentProviderOperation operation) method in class:EntityDeltaListTests
204 final ContentValues expectedValues = getValues(expected);
205 final ContentValues foundValues = getValues(found);
285 return set.getByRawContactId(rawContactId).getValues().getAsLong(RawContacts.VERSION);
480 final ContentValues joeContactInsert = joeContact.getValues().getCompleteValues();
538 final ContentValues contactInsert = first.getByRawContactId(CONTACT_MARY).getValues()
H A DEntityDeltaTests.java260 source.getValues().put(RawContacts.AGGREGATION_MODE, RawContacts.AGGREGATION_MODE_DISABLED);
339 source.getValues().markDeleted();
/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DBatterySipper.java86 double[] getValues() { method in class:BatterySipper
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DConfirmAddDetailActivity.java559 final String accountType = state.getValues().getAsString(RawContacts.ACCOUNT_TYPE);
560 final String dataSet = state.getValues().getAsString(RawContacts.DATA_SET);
/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.java1124 entry = mChartData.detailDefault.getValues(start, end, now, entry);
1126 entry = mChartData.detailForeground.getValues(start, end, now, entry);
1141 entry = mChartData.detail.getValues(start, end, now, null);
1147 entry = mChartData.network.getValues(start, end, now, null);
1428 entry = stats.getValues(i, entry);
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDetailFragment.java1996 final ValuesDelta values = rawContactEntityDelta.getValues();

Completed in 323 milliseconds