Searched defs:currentBytes (Results 1 - 2 of 2) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
H A D | BluetoothOppShareInfo.java | 73 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 D | BluetoothOppUtility.java | 284 public static String formatProgressText(long totalBytes, long currentBytes) { argument 289 percent = currentBytes / (double) totalBytes;
|
Completed in 11 milliseconds