HomeSort by relevance Sort by last modified time
    Searched refs:copyInteger (Results 1 - 2 of 2) sorted by null

  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadProvider.java 567 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);
    [all...]
  /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);

Completed in 77 milliseconds