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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppProvider.java 215 private static final void copyString(String key, ContentValues from, ContentValues to) {
240 copyString(BluetoothShare.URI, values, filteredValues);
241 copyString(BluetoothShare.FILENAME_HINT, values, filteredValues);
242 copyString(BluetoothShare.MIMETYPE, values, filteredValues);
243 copyString(BluetoothShare.DESTINATION, values, filteredValues);
  /external/chromium/third_party/icu/source/i18n/
uregex.cpp     [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadProvider.java 454 copyString(Downloads.Impl.COLUMN_URI, values, filteredValues);
455 copyString(Downloads.Impl.COLUMN_APP_DATA, values, filteredValues);
457 copyString(Downloads.Impl.COLUMN_FILE_NAME_HINT, values, filteredValues);
458 copyString(Downloads.Impl.COLUMN_MIME_TYPE, values, filteredValues);
524 copyString(Downloads.Impl.COLUMN_NOTIFICATION_EXTRAS, values, filteredValues);
525 copyString(Downloads.Impl.COLUMN_COOKIE_DATA, values, filteredValues);
526 copyString(Downloads.Impl.COLUMN_USER_AGENT, values, filteredValues);
527 copyString(Downloads.Impl.COLUMN_REFERER, values, filteredValues);
    [all...]

Completed in 45 milliseconds