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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothShare.java199 public static final String TOTAL_BYTES = "total_bytes"; field in class:BluetoothShare
H A DBluetoothOppTransferAdapter.java102 long totalBytes = cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES));
H A DBluetoothOppProvider.java179 + BluetoothShare.STATUS + " INTEGER, " + BluetoothShare.TOTAL_BYTES
246 copyInteger(BluetoothShare.TOTAL_BYTES, values, filteredValues);
H A DBluetoothOppReceiveFileInfo.java97 BluetoothShare.FILENAME_HINT, BluetoothShare.TOTAL_BYTES, BluetoothShare.MIMETYPE
H A DBluetoothOppTransferHistory.java121 BluetoothShare.TOTAL_BYTES, BluetoothShare._DATA, BluetoothShare.TIMESTAMP,
H A DBluetoothOppNotification.java223 final int totalBytesIndex = cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES);
H A DBluetoothOppUtility.java74 .getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES));
H A DBluetoothOppService.java531 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES)),
689 info.mTotalBytes = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES));
H A DBluetoothOppObexClientSession.java326 updateValues.put(BluetoothShare.TOTAL_BYTES, fileInfo.mLength);
H A DBluetoothOppObexServerSession.java258 values.put(BluetoothShare.TOTAL_BYTES, length.intValue());
H A DBluetoothOppTransfer.java343 updateValues.put(BluetoothShare.TOTAL_BYTES, fileInfo.mLength);

Completed in 60 milliseconds