Searched refs:CURRENT_BYTES (Results 1 – 7 of 7) sorted by relevance
388 updateValues.put(BluetoothShare.CURRENT_BYTES, 0); in sendFile()439 updateValues.put(BluetoothShare.CURRENT_BYTES, position); in sendFile()469 updateValues.put(BluetoothShare.CURRENT_BYTES, position); in sendFile()
567 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES)), in insertShare()720 .getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES)); in updateShare()
211 public static final String CURRENT_BYTES = "current_bytes"; field in BluetoothShare
182 + " INTEGER, " + BluetoothShare.CURRENT_BYTES + " INTEGER, " in createTable()
81 .getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES)); in queryRecord()
233 final int currentBytesIndex = cursor.getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES); in updateActiveNotification()
485 updateValues.put(BluetoothShare.CURRENT_BYTES, position); in receiveFile()