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