Searched refs:STATE_PHONE_SCANNING_FLAG (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
H A DBatteryStats.java1194 public static final int STATE_PHONE_SCANNING_FLAG = 1<<21; field in class:BatteryStats.HistoryItem
1934 new BitDescription(HistoryItem.STATE_PHONE_SCANNING_FLAG, "phone_scanning", "Psc"),
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java3800 mHistoryCur.states |= HistoryItem.STATE_PHONE_SCANNING_FLAG;
3811 mHistoryCur.states &= ~HistoryItem.STATE_PHONE_SCANNING_FLAG;

Completed in 101 milliseconds