Searched refs:formatProgressText (Results 1 – 4 of 4) sorted by relevance
341 public void formatProgressText() { in formatProgressText() method in BluetoothOppUtilityTest342 assertThat(BluetoothOppUtility.formatProgressText(100, 42)).isEqualTo("42%"); in formatProgressText()
439 BluetoothOppUtility.formatProgressText( in updateProgressbar()
344 public static String formatProgressText(long totalBytes, long currentBytes) { in formatProgressText() method in BluetoothOppUtility
412 BluetoothOppUtility.formatProgressText(item.totalTotal, item.totalCurrent)); in updateActiveNotification()