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