OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
483
copyString
(Downloads.Impl.COLUMN_URI, values, filteredValues);
484
copyString
(Downloads.Impl.COLUMN_APP_DATA, values, filteredValues);
486
copyString
(Downloads.Impl.COLUMN_FILE_NAME_HINT, values, filteredValues);
487
copyString
(Downloads.Impl.COLUMN_MIME_TYPE, values, filteredValues);
558
copyString
(Downloads.Impl._DATA, values, filteredValues);
587
copyString
(Downloads.Impl.COLUMN_NOTIFICATION_EXTRAS, values, filteredValues);
588
copyString
(Downloads.Impl.COLUMN_COOKIE_DATA, values, filteredValues);
589
copyString
(Downloads.Impl.COLUMN_USER_AGENT, values, filteredValues);
590
copyString
(Downloads.Impl.COLUMN_REFERER, values, filteredValues);
[
all
...]
Completed in 2688 milliseconds