Home | History | Annotate | Download | only in os

Lines Matching refs:xf

466             batteryStatus = (byte)((bat>>16)&0xf);
467 batteryHealth = (byte)((bat>>20)&0xf);
468 batteryPlugType = (byte)((bat>>24)&0xf);