OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copyInteger
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppProvider.java
224
private static final void
copyInteger
(String key, ContentValues from, ContentValues to) {
247
copyInteger
(BluetoothShare.VISIBILITY, values, filteredValues);
248
copyInteger
(BluetoothShare.TOTAL_BYTES, values, filteredValues);
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadProvider.java
577
copyInteger
(Downloads.Impl.COLUMN_CONTROL, values, filteredValues);
591
copyInteger
(Downloads.Impl.COLUMN_MEDIA_SCANNED, values, filteredValues);
629
copyInteger
(Downloads.Impl.COLUMN_OTHER_UID, values, filteredValues);
633
copyInteger
(Constants.UID, values, filteredValues);
651
copyInteger
(Downloads.Impl.COLUMN_ALLOWED_NETWORK_TYPES, values, filteredValues);
[
all
...]
Completed in 138 milliseconds