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/
DBluetoothShare.java211 public static final String CURRENT_BYTES = "current_bytes"; field in BluetoothShare
DBluetoothOppObexClientSession.java386 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()
DBluetoothOppUtility.java76 .getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES)); in queryRecord()
DBluetoothOppProvider.java182 + " INTEGER, " + BluetoothShare.CURRENT_BYTES + " INTEGER, " in createTable()
DBluetoothOppService.java532 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES)), in insertShare()
691 .getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES)); in updateShare()
DBluetoothOppObexServerSession.java484 updateValues.put(BluetoothShare.CURRENT_BYTES, position); in receiveFile()
DBluetoothOppNotification.java233 final int currentBytesIndex = cursor.getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES); in updateActiveNotification()