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