HomeSort by relevance Sort by last modified time
    Searched defs:copyString (Results 1 - 2 of 2) 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);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadProvider.java 484 copyString(Downloads.Impl.COLUMN_URI, values, filteredValues);
485 copyString(Downloads.Impl.COLUMN_APP_DATA, values, filteredValues);
487 copyString(Downloads.Impl.COLUMN_FILE_NAME_HINT, values, filteredValues);
488 copyString(Downloads.Impl.COLUMN_MIME_TYPE, values, filteredValues);
559 copyString(Downloads.Impl._DATA, values, filteredValues);
588 copyString(Downloads.Impl.COLUMN_NOTIFICATION_EXTRAS, values, filteredValues);
589 copyString(Downloads.Impl.COLUMN_COOKIE_DATA, values, filteredValues);
590 copyString(Downloads.Impl.COLUMN_USER_AGENT, values, filteredValues);
591 copyString(Downloads.Impl.COLUMN_REFERER, values, filteredValues);
    [all...]

Completed in 1760 milliseconds