Searched refs:processStateToString (Results 1 – 7 of 7) sorted by relevance
188 BatteryConsumer.processStateToString( in makeFactory()190 BatteryConsumer.processStateToString( in makeFactory()192 BatteryConsumer.processStateToString( in makeFactory()194 BatteryConsumer.processStateToString( in makeFactory()196 BatteryConsumer.processStateToString( in makeFactory()
63 procStateLabels[i] = BatteryConsumer.processStateToString(i);
15835 procStateNames[procState] = BatteryConsumer.processStateToString(procState);
300 sb.append(processStateToString(processState)); in toShortString()503 public static String processStateToString(@BatteryConsumer.ProcessState int processState) { in processStateToString() method in BatteryConsumer
159 sb.append(" ").append(processStateToString(processState)).append(": ") in appendProcessStateData()
611 + "(" + BatteryConsumer.processStateToString(key.processState) + ")"; in dump()
1855 + BatteryConsumer.processStateToString(processState); in formatForBatteryHistory()