Searched defs:totalBytes (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppShareInfo.java73 int totalBytes, int currentBytes, int timestamp, boolean mediaScanned) {
84 mTotalBytes = totalBytes;
71 BluetoothOppShareInfo(int id, Uri uri, String hint, String filename, String mimetype, int direction, String destination, int visibility, int confirm, int status, int totalBytes, int currentBytes, int timestamp, boolean mediaScanned) argument
H A DBluetoothOppUtility.java248 public static String formatProgressText(long totalBytes, long currentBytes) { argument
249 if (totalBytes <= 0) {
252 long progress = currentBytes * 100 / totalBytes;

Completed in 67 milliseconds