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

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

Completed in 2625 milliseconds