Searched refs:CURRENT_BYTES (Results 1 – 8 of 8) sorted by relevance
444 updateValues.put(BluetoothShare.CURRENT_BYTES, 0); in sendFile()498 updateValues.put(BluetoothShare.CURRENT_BYTES, position); in sendFile()538 updateValues.put(BluetoothShare.CURRENT_BYTES, position); in sendFile()
207 public static final String CURRENT_BYTES = "current_bytes"; field in BluetoothShare
734 cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES)), in insertShare()890 cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES)); in updateShare()
149 + " INTEGER, " + BluetoothShare.CURRENT_BYTES + " INTEGER, " in createTable()
104 cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES)); in fillRecord()
270 final int currentBytesIndex = cursor.getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES); in updateActiveNotification()
501 updateValues.put(BluetoothShare.CURRENT_BYTES, position); in receiveFile()
156 final int CURRENT_BYTES = 4; field297 final long currentBytes = cursor.getLong(UpdateQuery.CURRENT_BYTES); in updateWithLocked()