Searched refs:STATE_SENSOR_ON_FLAG (Results 1 – 2 of 2) sorted by relevance
1338 public static final int STATE_SENSOR_ON_FLAG = 1<<23; field in BatteryStats.HistoryItem2082 new BitDescription(HistoryItem.STATE_SENSOR_ON_FLAG, "sensor", "s"),
3989 mHistoryCur.states |= HistoryItem.STATE_SENSOR_ON_FLAG; in noteStartSensorLocked()4004 mHistoryCur.states &= ~HistoryItem.STATE_SENSOR_ON_FLAG; in noteStopSensorLocked()