Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppObexClientSession.java444 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()
DBluetoothShare.java207 public static final String CURRENT_BYTES = "current_bytes"; field in BluetoothShare
DBluetoothOppService.java734 cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES)), in insertShare()
890 cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES)); in updateShare()
DBluetoothOppProvider.java149 + " INTEGER, " + BluetoothShare.CURRENT_BYTES + " INTEGER, " in createTable()
DBluetoothOppUtility.java104 cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES)); in fillRecord()
DBluetoothOppNotification.java270 final int currentBytesIndex = cursor.getColumnIndexOrThrow(BluetoothShare.CURRENT_BYTES); in updateActiveNotification()
DBluetoothOppObexServerSession.java501 updateValues.put(BluetoothShare.CURRENT_BYTES, position); in receiveFile()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadNotifier.java156 final int CURRENT_BYTES = 4; field
297 final long currentBytes = cursor.getLong(UpdateQuery.CURRENT_BYTES); in updateWithLocked()