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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadProvider.java567 copyInteger(Downloads.Impl.COLUMN_CONTROL, values, filteredValues);
581 copyInteger(Downloads.Impl.COLUMN_MEDIA_SCANNED, values, filteredValues);
619 copyInteger(Downloads.Impl.COLUMN_OTHER_UID, values, filteredValues);
623 copyInteger(Constants.UID, values, filteredValues);
641 copyInteger(Downloads.Impl.COLUMN_ALLOWED_NETWORK_TYPES, values, filteredValues);
1024 copyInteger(Downloads.Impl.COLUMN_VISIBILITY, values, filteredValues);
1031 copyInteger(Downloads.Impl.COLUMN_CONTROL, values, filteredValues);
1035 copyInteger(Downloads.Impl.COLUMN_DELETED, values, filteredValues);
1236 private static final void copyInteger(String key, ContentValues from, ContentValues to) { method in class:DownloadProvider
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppProvider.java224 private static final void copyInteger(String key, ContentValues from, ContentValues to) { method in class:BluetoothOppProvider
247 copyInteger(BluetoothShare.VISIBILITY, values, filteredValues);
248 copyInteger(BluetoothShare.TOTAL_BYTES, values, filteredValues);

Completed in 31 milliseconds