Searched refs:formatProgressText (Results 1 – 4 of 4) sorted by relevance
346 public void formatProgressText() { in formatProgressText() method in BluetoothOppUtilityTest347 assertThat(BluetoothOppUtility.formatProgressText(100, 42)).isEqualTo("42%"); in formatProgressText()
440 BluetoothOppUtility.formatProgressText( in updateProgressbar()
337 public static String formatProgressText(long totalBytes, long currentBytes) { in formatProgressText() method in BluetoothOppUtility
414 BluetoothOppUtility.formatProgressText(item.totalTotal, item.totalCurrent)); in updateActiveNotification()