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