Home
last modified time | relevance | path

Searched refs:CURRENT_BYTES (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppObexClientSession.java388 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()
DBluetoothOppService.java567 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES)), in insertShare()
720 .getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES)); in updateShare()
DBluetoothShare.java211 public static final String CURRENT_BYTES = "current_bytes"; field in BluetoothShare
DBluetoothOppProvider.java182 + " INTEGER, " + BluetoothShare.CURRENT_BYTES + " INTEGER, " in createTable()
DBluetoothOppUtility.java81 .getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES)); in queryRecord()
DBluetoothOppNotification.java233 final int currentBytesIndex = cursor.getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES); in updateActiveNotification()
DBluetoothOppObexServerSession.java485 updateValues.put(BluetoothShare.CURRENT_BYTES, position); in receiveFile()