Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothShare.java199 public static final String TOTAL_BYTES = "total_bytes"; field in BluetoothShare
DBluetoothOppProvider.java181 + BluetoothShare.STATUS + " INTEGER, " + BluetoothShare.TOTAL_BYTES in createTable()
248 copyInteger(BluetoothShare.TOTAL_BYTES, values, filteredValues); in insert()
DBluetoothOppTransferAdapter.java102 long totalBytes = cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES)); in bindView()
DBluetoothOppReceiveFileInfo.java97 BluetoothShare.FILENAME_HINT, BluetoothShare.TOTAL_BYTES, BluetoothShare.MIMETYPE in generateFileInfo()
DBluetoothOppTransferHistory.java121 BluetoothShare.TOTAL_BYTES, BluetoothShare._DATA, BluetoothShare.TIMESTAMP, in onCreate()
DBluetoothOppUtility.java74 .getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES)); in queryRecord()
DBluetoothOppService.java531 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES)), in insertShare()
689 info.mTotalBytes = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES)); in updateShare()
DBluetoothOppObexServerSession.java269 values.put(BluetoothShare.TOTAL_BYTES, length.intValue()); in onPut()
DBluetoothOppNotification.java232 final int totalBytesIndex = cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES); in updateActiveNotification()
DBluetoothOppObexClientSession.java326 updateValues.put(BluetoothShare.TOTAL_BYTES, fileInfo.mLength); in processShareInfo()
DBluetoothOppTransfer.java343 updateValues.put(BluetoothShare.TOTAL_BYTES, fileInfo.mLength); in markBatchFailed()