HomeSort by relevance Sort by last modified time
    Searched refs:TOTAL_BYTES (Results 1 - 11 of 11) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 199 public static final String TOTAL_BYTES = "total_bytes";
BluetoothOppTransferAdapter.java 102 long totalBytes = cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES));
BluetoothOppProvider.java 181 + BluetoothShare.STATUS + " INTEGER, " + BluetoothShare.TOTAL_BYTES
248 copyInteger(BluetoothShare.TOTAL_BYTES, values, filteredValues);
BluetoothOppReceiveFileInfo.java 97 BluetoothShare.FILENAME_HINT, BluetoothShare.TOTAL_BYTES, BluetoothShare.MIMETYPE
BluetoothOppTransferHistory.java 121 BluetoothShare.TOTAL_BYTES, BluetoothShare._DATA, BluetoothShare.TIMESTAMP,
BluetoothOppUtility.java 79 .getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES));
BluetoothOppService.java 566 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES)),
718 info.mTotalBytes = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES));
    [all...]
BluetoothOppNotification.java 232 final int totalBytesIndex = cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES);
BluetoothOppObexClientSession.java 328 updateValues.put(BluetoothShare.TOTAL_BYTES, fileInfo.mLength);
BluetoothOppObexServerSession.java 269 values.put(BluetoothShare.TOTAL_BYTES, length.intValue());
BluetoothOppTransfer.java 323 updateValues.put(BluetoothShare.TOTAL_BYTES, fileInfo.mLength);

Completed in 83 milliseconds