HomeSort by relevance Sort by last modified time
    Searched defs:formatProgressText (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferActivity.java 458 mPercentView.setText(BluetoothOppUtility.formatProgressText(mTransInfo.mTotalBytes,
BluetoothOppNotification.java 363 BluetoothOppUtility.formatProgressText(item.totalTotal, item.totalCurrent));
BluetoothOppUtility.java 284 public static String formatProgressText(long totalBytes, long currentBytes) {

Completed in 71 milliseconds