Searched defs:formatPercentage (Results 1 – 3 of 3) sorted by relevance
39 public static String formatPercentage(double percentage, boolean round) { in formatPercentage() method in Utils45 public static String formatPercentage(long amount, long total) { in formatPercentage() method in Utils50 public static String formatPercentage(int percentage) { in formatPercentage() method in Utils55 public static String formatPercentage(double percentage) { in formatPercentage() method in Utils
69 public static String formatPercentage(double percentage, boolean round) { in formatPercentage() method in LibUtils75 public static String formatPercentage(long amount, long total) { in formatPercentage() method in LibUtils80 public static String formatPercentage(int percentage) { in formatPercentage() method in LibUtils85 public static String formatPercentage(double percentage) { in formatPercentage() method in LibUtils
45 final String formatPercentage = Utils.formatPercentage(stickyShutoffLevel); in refreshSummary() local