Searched refs:newval (Results 1 – 1 of 1) sorted by relevance
4554 static void printBitDescriptions(PrintWriter pw, int oldval, int newval, HistoryTag wakelockTag, in printBitDescriptions() argument4556 int diff = oldval ^ newval; in printBitDescriptions()4564 pw.print((newval&bd.mask) != 0 ? "+" : "-"); in printBitDescriptions()4581 int val = (newval&bd.mask)>>bd.shift; in printBitDescriptions()