HomeSort by relevance Sort by last modified time
    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 590 copyInteger(Downloads.Impl.COLUMN_CONTROL, values, filteredValues);
604 copyInteger(Downloads.Impl.COLUMN_MEDIA_SCANNED, values, filteredValues);
643 copyInteger(Downloads.Impl.COLUMN_OTHER_UID, values, filteredValues);
647 copyInteger(Constants.UID, values, filteredValues);
665 copyInteger(Downloads.Impl.COLUMN_ALLOWED_NETWORK_TYPES, values, filteredValues);
    [all...]

Completed in 66 milliseconds