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