Searched defs:getValues (Results 1 - 7 of 7) sorted by relevance

/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/Mms/src/org/w3c/dom/smil/
H A DSMILAnimation.java91 public String getValues(); method in interface:SMILAnimation
/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DBatterySipper.java86 double[] getValues() { method in class:BatterySipper
/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()
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DLabeledEditorView.java371 public ValuesDelta getValues() { method in class:LabeledEditorView
/packages/apps/Contacts/src/com/android/contacts/model/
H A DEntityDelta.java148 public ValuesDelta getValues() { method in class:EntityDelta
217 ContentValues entityValues = getValues().getCompleteValues();
224 return getValues().getAsLong(RawContacts._ID);
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DEntityDelta.java138 public ValuesDelta getValues() { method in class:EntityDelta

Completed in 143 milliseconds