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