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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothShare.java193 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.java168 + BluetoothShare.STATUS + " INTEGER, " + BluetoothShare.TOTAL_BYTES
242 copyLong(BluetoothShare.TOTAL_BYTES, values, filteredValues);
H A DBluetoothOppReceiveFileInfo.java97 BluetoothShare.FILENAME_HINT, BluetoothShare.TOTAL_BYTES, BluetoothShare.MIMETYPE
H A DBluetoothOppTransferHistory.java123 BluetoothShare.TOTAL_BYTES, BluetoothShare._DATA, BluetoothShare.TIMESTAMP,
H A DBluetoothOppUtility.java97 .getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES));
H A DBluetoothOppService.java581 cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES)),
733 info.mTotalBytes = cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES));
H A DBluetoothOppNotification.java234 final int totalBytesIndex = cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES);
H A DBluetoothOppObexClientSession.java328 updateValues.put(BluetoothShare.TOTAL_BYTES, fileInfo.mLength);
H A DBluetoothOppObexServerSession.java266 values.put(BluetoothShare.TOTAL_BYTES, length);
H A DBluetoothOppTransfer.java325 updateValues.put(BluetoothShare.TOTAL_BYTES, fileInfo.mLength);
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadNotifier.java142 final int TOTAL_BYTES = 5; field in interface:DownloadNotifier.UpdateQuery
278 final long totalBytes = cursor.getLong(UpdateQuery.TOTAL_BYTES);

Completed in 63 milliseconds