Searched refs:TOTAL_BYTES (Results 1 – 12 of 12) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppProvider.java | 148 + BluetoothShare.STATUS + " INTEGER, " + BluetoothShare.TOTAL_BYTES in createTable() 217 copyLong(BluetoothShare.TOTAL_BYTES, values, filteredValues); in insert()
|
D | BluetoothShare.java | 195 public static final String TOTAL_BYTES = "total_bytes"; field in BluetoothShare
|
D | BluetoothOppTransferAdapter.java | 101 long totalBytes = cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES)); in bindView()
|
D | BluetoothOppReceiveFileInfo.java | 102 BluetoothShare.FILENAME_HINT, BluetoothShare.TOTAL_BYTES, BluetoothShare.MIMETYPE in generateFileInfo()
|
D | BluetoothOppTransferHistory.java | 124 BluetoothShare.TOTAL_BYTES, in onCreate()
|
D | BluetoothOppService.java | 735 cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES)), in insertShare() 890 info.mTotalBytes = cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES)); in updateShare()
|
D | BluetoothOppObexServerSession.java | 273 values.put(BluetoothShare.TOTAL_BYTES, length); in onPut()
|
D | BluetoothOppUtility.java | 103 info.mTotalBytes = cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES)); in fillRecord()
|
D | BluetoothOppNotification.java | 268 final int totalBytesIndex = cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES); in updateActiveNotification()
|
D | BluetoothOppObexClientSession.java | 370 updateValues.put(BluetoothShare.TOTAL_BYTES, fileInfo.mLength); in processShareInfo()
|
D | BluetoothOppTransfer.java | 428 updateValues.put(BluetoothShare.TOTAL_BYTES, fileInfo.mLength); in markBatchFailed()
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadNotifier.java | 157 final int TOTAL_BYTES = 5; field 298 final long totalBytes = cursor.getLong(UpdateQuery.TOTAL_BYTES); in updateWithLocked()
|