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

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

Completed in 68 milliseconds