Searched refs:TOTAL_BYTES (Results 1 – 11 of 11) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothShare.java | 199 public static final String TOTAL_BYTES = "total_bytes"; field in BluetoothShare
|
D | BluetoothOppProvider.java | 181 + BluetoothShare.STATUS + " INTEGER, " + BluetoothShare.TOTAL_BYTES in createTable() 248 copyInteger(BluetoothShare.TOTAL_BYTES, values, filteredValues); in insert()
|
D | BluetoothOppTransferAdapter.java | 102 long totalBytes = cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES)); in bindView()
|
D | BluetoothOppReceiveFileInfo.java | 97 BluetoothShare.FILENAME_HINT, BluetoothShare.TOTAL_BYTES, BluetoothShare.MIMETYPE in generateFileInfo()
|
D | BluetoothOppTransferHistory.java | 121 BluetoothShare.TOTAL_BYTES, BluetoothShare._DATA, BluetoothShare.TIMESTAMP, in onCreate()
|
D | BluetoothOppUtility.java | 74 .getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES)); in queryRecord()
|
D | BluetoothOppService.java | 531 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES)), in insertShare() 689 info.mTotalBytes = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES)); in updateShare()
|
D | BluetoothOppObexServerSession.java | 269 values.put(BluetoothShare.TOTAL_BYTES, length.intValue()); in onPut()
|
D | BluetoothOppNotification.java | 232 final int totalBytesIndex = cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES); in updateActiveNotification()
|
D | BluetoothOppObexClientSession.java | 326 updateValues.put(BluetoothShare.TOTAL_BYTES, fileInfo.mLength); in processShareInfo()
|
D | BluetoothOppTransfer.java | 343 updateValues.put(BluetoothShare.TOTAL_BYTES, fileInfo.mLength); in markBatchFailed()
|