HomeSort by relevance Sort by last modified time
    Searched defs:buildContentValues (Results 1 - 3 of 3) sorted by null

  /cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/db/
Table.java 42 public abstract ContentValues buildContentValues(final E entity);
  /cts/hostsidetests/inputmethodservice/deviceside/lib/src/android/inputmethodservice/cts/
DeviceEvent.java 104 public static ContentValues buildContentValues(final DeviceEvent event) {
105 return TABLE.buildContentValues(event);
199 public ContentValues buildContentValues(final DeviceEvent event) {
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadThread.java 178 private ContentValues buildContentValues() {
201 mContext.getContentResolver().update(mInfo.getAllDownloadsUri(), buildContentValues(),
211 buildContentValues(), SELECTION_VALID, null) == 0) {
    [all...]

Completed in 98 milliseconds