Searched refs:copyString (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppProvider.java217 private static final void copyString(String key, ContentValues from, ContentValues to) { method in class:BluetoothOppProvider
242 copyString(BluetoothShare.URI, values, filteredValues);
243 copyString(BluetoothShare.FILENAME_HINT, values, filteredValues);
244 copyString(BluetoothShare.MIMETYPE, values, filteredValues);
245 copyString(BluetoothShare.DESTINATION, values, filteredValues);
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadProvider.java522 copyString(Downloads.Impl.COLUMN_URI, values, filteredValues);
523 copyString(Downloads.Impl.COLUMN_APP_DATA, values, filteredValues);
525 copyString(Downloads.Impl.COLUMN_FILE_NAME_HINT, values, filteredValues);
526 copyString(Downloads.Impl.COLUMN_MIME_TYPE, values, filteredValues);
597 copyString(Downloads.Impl._DATA, values, filteredValues);
627 copyString(Downloads.Impl.COLUMN_NOTIFICATION_EXTRAS, values, filteredValues);
628 copyString(Downloads.Impl.COLUMN_COOKIE_DATA, values, filteredValues);
629 copyString(Downloads.Impl.COLUMN_USER_AGENT, values, filteredValues);
630 copyString(Downloads.Impl.COLUMN_REFERER, values, filteredValues);
1039 copyString(Download
1356 private static final void copyString(String key, ContentValues from, ContentValues to) { method in class:DownloadProvider
[all...]

Completed in 230 milliseconds