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 179 + BluetoothShare.STATUS + " INTEGER, " + BluetoothShare.TOTAL_BYTES
246 copyInteger(BluetoothShare.TOTAL_BYTES, values, filteredValues);
BluetoothOppReceiveFileInfo.java 97 BluetoothShare.FILENAME_HINT, BluetoothShare.TOTAL_BYTES, BluetoothShare.MIMETYPE
BluetoothOppTransferHistory.java 108 BluetoothShare.TOTAL_BYTES, BluetoothShare._DATA, BluetoothShare.TIMESTAMP,
BluetoothOppUtility.java 74 .getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES));
BluetoothOppService.java 533 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES)),
691 info.mTotalBytes = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES));
    [all...]
BluetoothOppNotification.java 222 final int totalBytesIndex = cursor.getColumnIndexOrThrow(BluetoothShare.TOTAL_BYTES);
BluetoothOppObexClientSession.java 316 updateValues.put(BluetoothShare.TOTAL_BYTES, fileInfo.mLength);
BluetoothOppObexServerSession.java 255 values.put(BluetoothShare.TOTAL_BYTES, length.intValue());
BluetoothOppTransfer.java 340 updateValues.put(BluetoothShare.TOTAL_BYTES, fileInfo.mLength);

Completed in 124 milliseconds