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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppProvider.java222 private static final void copyInteger(String key, ContentValues from, ContentValues to) { method in class:BluetoothOppProvider
245 copyInteger(BluetoothShare.VISIBILITY, values, filteredValues);
246 copyInteger(BluetoothShare.TOTAL_BYTES, values, filteredValues);
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadProvider.java314 copyInteger(Downloads.Impl.COLUMN_CONTROL, values, filteredValues);
337 copyInteger(Downloads.Impl.COLUMN_OTHER_UID, values, filteredValues);
341 copyInteger(Constants.UID, values, filteredValues);
535 copyInteger(Downloads.Impl.COLUMN_VISIBILITY, values, filteredValues);
541 copyInteger(Downloads.Impl.COLUMN_CONTROL, values, filteredValues);
742 private static final void copyInteger(String key, ContentValues from, ContentValues to) { method in class:DownloadProvider

Completed in 6 milliseconds