Searched refs:CURRENT_BYTES (Results 1 – 7 of 7) sorted by relevance
211 public static final String CURRENT_BYTES = "current_bytes"; field in BluetoothShare
386 updateValues.put(BluetoothShare.CURRENT_BYTES, 0); in sendFile()437 updateValues.put(BluetoothShare.CURRENT_BYTES, position); in sendFile()467 updateValues.put(BluetoothShare.CURRENT_BYTES, position); in sendFile()
76 .getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES)); in queryRecord()
182 + " INTEGER, " + BluetoothShare.CURRENT_BYTES + " INTEGER, " in createTable()
532 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES)), in insertShare()691 .getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES)); in updateShare()
484 updateValues.put(BluetoothShare.CURRENT_BYTES, position); in receiveFile()
233 final int currentBytesIndex = cursor.getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES); in updateActiveNotification()