Searched refs:CURRENT_BYTES (Results 1 – 8 of 8) sorted by relevance
389 updateValues.put(BluetoothShare.CURRENT_BYTES, 0); in sendFile()431 updateValues.put(BluetoothShare.CURRENT_BYTES, position); in sendFile()463 updateValues.put(BluetoothShare.CURRENT_BYTES, position); in sendFile()
205 public static final String CURRENT_BYTES = "current_bytes"; field in BluetoothShare
582 cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES)), in insertShare()735 .getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES)); in updateShare()
169 + " INTEGER, " + BluetoothShare.CURRENT_BYTES + " INTEGER, " in createTable()
93 .getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES)); in fillRecord()
475 updateValues.put(BluetoothShare.CURRENT_BYTES, position); in receiveFile()
235 final int currentBytesIndex = cursor.getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES); in updateActiveNotification()
141 final int CURRENT_BYTES = 4; field275 final long currentBytes = cursor.getLong(UpdateQuery.CURRENT_BYTES); in updateWithLocked()