Searched refs:formatProgressText (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppUtility.java248 public static String formatProgressText(long totalBytes, long currentBytes) { method in class:BluetoothOppUtility
H A DBluetoothOppNotification.java319 BluetoothOppUtility.formatProgressText(item.totalTotal, item.totalCurrent));
H A DBluetoothOppTransferActivity.java437 mPercentView.setText(BluetoothOppUtility.formatProgressText(mTransInfo.mTotalBytes,

Completed in 41 milliseconds