Home
last modified time | relevance | path

Searched refs:TOTAL_BYTES (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppProvider.java148 + BluetoothShare.STATUS + " INTEGER, " + BluetoothShare.TOTAL_BYTES in createTable()
217 copyLong(BluetoothShare.TOTAL_BYTES, values, filteredValues); in insert()
DBluetoothShare.java195 public static final String TOTAL_BYTES = "total_bytes"; field in BluetoothShare
DBluetoothOppTransferAdapter.java101 long totalBytes = cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES)); in bindView()
DBluetoothOppReceiveFileInfo.java96 BluetoothShare.FILENAME_HINT, BluetoothShare.TOTAL_BYTES, BluetoothShare.MIMETYPE in generateFileInfo()
DBluetoothOppTransferHistory.java124 BluetoothShare.TOTAL_BYTES, in onCreate()
DBluetoothOppService.java733 cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES)), in insertShare()
888 info.mTotalBytes = cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES)); in updateShare()
DBluetoothOppUtility.java102 info.mTotalBytes = cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES)); in fillRecord()
DBluetoothOppNotification.java269 final int totalBytesIndex = cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES); in updateActiveNotification()
DBluetoothOppObexClientSession.java370 updateValues.put(BluetoothShare.TOTAL_BYTES, fileInfo.mLength); in processShareInfo()
DBluetoothOppObexServerSession.java273 values.put(BluetoothShare.TOTAL_BYTES, length); in onPut()
DBluetoothOppTransfer.java427 updateValues.put(BluetoothShare.TOTAL_BYTES, fileInfo.mLength); in markBatchFailed()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadNotifier.java157 final int TOTAL_BYTES = 5; field
298 final long totalBytes = cursor.getLong(UpdateQuery.TOTAL_BYTES); in updateWithLocked()