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