Searched defs:getValues (Results 1 - 11 of 11) 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/Launcher3/src/com/android/launcher3/util/
H A DContentWriter.java96 public ContentValues getValues(Context context) { method in class:ContentWriter
108 return mContext.getContentResolver().update(mCommitParams.mUri, getValues(mContext),
/packages/apps/Dialer/java/com/android/voicemail/impl/
H A DVoicemailStatus.java112 public ContentValues getValues() { method in class:VoicemailStatus.Editor
/packages/apps/Contacts/src/com/android/contacts/model/
H A DRawContact.java192 public ContentValues getValues() { method in class:RawContact
200 return getValues().getAsLong(RawContacts._ID);
207 return getValues().getAsString(RawContacts.ACCOUNT_NAME);
214 return getValues().getAsString(RawContacts.ACCOUNT_TYPE);
221 return getValues().getAsString(RawContacts.DATA_SET);
225 return getValues().getAsBoolean(RawContacts.DIRTY);
229 return getValues().getAsString(RawContacts.SOURCE_ID);
233 return getValues().getAsString(RawContacts.SYNC1);
237 return getValues().getAsString(RawContacts.SYNC2);
241 return getValues()
[all...]
H A DRawContactDelta.java91 rawContactDelta.mValues = ValuesDelta.fromBefore(before.getValues());
143 public ValuesDelta getValues() { method in class:RawContactDelta
211 ContentValues entityValues = getValues().getCompleteValues();
218 return getValues().getAsLong(RawContacts._ID);
222 return getValues().getAsString(RawContacts.ACCOUNT_NAME);
226 return getValues().getAsString(RawContacts.ACCOUNT_TYPE);
230 return getValues().getAsString(RawContacts.DATA_SET);
242 return getValues().isVisible();
/packages/apps/Dialer/java/com/android/contacts/common/model/
H A DRawContact.java115 public ContentValues getValues() { method in class:RawContact
121 return getValues().getAsLong(RawContacts._ID);
126 return getValues().getAsString(RawContacts.ACCOUNT_NAME);
131 return getValues().getAsString(RawContacts.ACCOUNT_TYPE);
136 return getValues().getAsString(RawContacts.DATA_SET);
140 return getValues().getAsBoolean(RawContacts.DIRTY);
144 return getValues().getAsString(RawContacts.SOURCE_ID);
148 return getValues().getAsString(RawContacts.SYNC1);
152 return getValues().getAsString(RawContacts.SYNC2);
156 return getValues()
[all...]
/packages/apps/Contacts/tests/src/com/android/contacts/model/
H A DRawContactDeltaListTests.java88 static ContentValues getValues(ContentProviderOperation operation) method in class:RawContactDeltaListTests
199 final ContentValues expectedValues = getValues(expected.getOperation());
200 final ContentValues foundValues = getValues(found.getOperation());
291 return set.getByRawContactId(rawContactId).getValues().getAsLong(RawContacts.VERSION);
487 final ContentValues joeContactInsert = joeContact.getValues().getCompleteValues();
545 final ContentValues contactInsert = first.getByRawContactId(CONTACT_MARY).getValues()
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DLabeledEditorView.java419 public ValuesDelta getValues() { method in class:LabeledEditorView
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DEntityDelta.java138 public ValuesDelta getValues() { method in class:EntityDelta
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
H A DPduPersister.java742 private static void getValues(final PduPart part, final ContentValues values) { method in class:PduPersister
821 getValues(part, values);
1197 getValues(part, values);
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 470 milliseconds