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.java341 public void formatProgressText() { in formatProgressText() method in BluetoothOppUtilityTest
342 assertThat(BluetoothOppUtility.formatProgressText(100, 42)).isEqualTo("42%"); in formatProgressText()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppTransferActivity.java439 BluetoothOppUtility.formatProgressText( in updateProgressbar()
DBluetoothOppUtility.java344 public static String formatProgressText(long totalBytes, long currentBytes) { in formatProgressText() method in BluetoothOppUtility
DBluetoothOppNotification.java412 BluetoothOppUtility.formatProgressText(item.totalTotal, item.totalCurrent)); in updateActiveNotification()