Searched refs:STATE_GPS_ON_FLAG (Results 1 – 2 of 2) sorted by relevance
1541 public static final int STATE_GPS_ON_FLAG = 1<<29; field in BatteryStats.HistoryItem2343 new BitDescription(HistoryItem.STATE_GPS_ON_FLAG, "gps", "g"),
4813 mHistoryCur.states |= HistoryItem.STATE_GPS_ON_FLAG; in noteStartGpsLocked()4838 mHistoryCur.states &= ~HistoryItem.STATE_GPS_ON_FLAG; in noteStopGpsLocked()