Home
last modified time | relevance | path

Searched refs:formatProgressText (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppUtilityTest.java346 public void formatProgressText() { in formatProgressText() method in BluetoothOppUtilityTest
347 assertThat(BluetoothOppUtility.formatProgressText(100, 42)).isEqualTo("42%"); in formatProgressText()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppTransferActivity.java440 BluetoothOppUtility.formatProgressText( in updateProgressbar()
DBluetoothOppUtility.java337 public static String formatProgressText(long totalBytes, long currentBytes) { in formatProgressText() method in BluetoothOppUtility
DBluetoothOppNotification.java414 BluetoothOppUtility.formatProgressText(item.totalTotal, item.totalCurrent)); in updateActiveNotification()