Home | History | Annotate | Download | only in os

Lines Matching refs:states

1193         // and no states have since the last recorded entry changed and
1198 && ((mHistoryEnd.states^mHistoryCur.states)&mChangedStates) == 0) {
1209 mChangedStates |= mHistoryEnd.states^mHistoryCur.states;
1224 // record changes to the battery level and the most interesting states.
1230 || ((mHistoryEnd.states^mHistoryCur.states)
1332 mHistoryCur.states |= HistoryItem.STATE_WAKE_LOCK_FLAG;
1334 + Integer.toHexString(mHistoryCur.states));
1352 mHistoryCur.states &= ~HistoryItem.STATE_WAKE_LOCK_FLAG;
1354 + Integer.toHexString(mHistoryCur.states));
1515 mHistoryCur.states |= HistoryItem.STATE_SENSOR_ON_FLAG;
1517 + Integer.toHexString(mHistoryCur.states));
1527 mHistoryCur.states &= ~HistoryItem.STATE_SENSOR_ON_FLAG;
1529 + Integer.toHexString(mHistoryCur.states));
1539 mHistoryCur.states |= HistoryItem.STATE_GPS_ON_FLAG;
1541 + Integer.toHexString(mHistoryCur.states));
1551 mHistoryCur.states &= ~HistoryItem.STATE_GPS_ON_FLAG;
1553 + Integer.toHexString(mHistoryCur.states));
1561 mHistoryCur.states |= HistoryItem.STATE_SCREEN_ON_FLAG;
1563 + Integer.toHexString(mHistoryCur.states));
1584 mHistoryCur.states &= ~HistoryItem.STATE_SCREEN_ON_FLAG;
1586 + Integer.toHexString(mHistoryCur.states));
1609 mHistoryCur.states = (mHistoryCur.states&~HistoryItem.STATE_BRIGHTNESS_MASK)
1612 + Integer.toHexString(mHistoryCur.states));
1634 mHistoryCur.states |= HistoryItem.STATE_PHONE_IN_CALL_FLAG;
1636 + Integer.toHexString(mHistoryCur.states));
1645 mHistoryCur.states &= ~HistoryItem.STATE_PHONE_IN_CALL_FLAG;
1647 + Integer.toHexString(mHistoryCur.states));
1709 mHistoryCur.states |= HistoryItem.STATE_PHONE_SCANNING_FLAG;
1712 + Integer.toHexString(mHistoryCur.states));
1720 mHistoryCur.states &= ~HistoryItem.STATE_PHONE_SCANNING_FLAG;
1722 + Integer.toHexString(mHistoryCur.states));
1729 mHistoryCur.states = (mHistoryCur.states&~HistoryItem.STATE_PHONE_STATE_MASK)
1732 + Integer.toHexString(mHistoryCur.states));
1745 mHistoryCur.states = (mHistoryCur.states&~HistoryItem.STATE_SIGNAL_STRENGTH_MASK)
1748 + Integer.toHexString(mHistoryCur.states));
1839 mHistoryCur.states = (mHistoryCur.states&~HistoryItem.STATE_DATA_CONNECTION_MASK)
1842 + Integer.toHexString(mHistoryCur.states));
1854 mHistoryCur.states |= HistoryItem.STATE_WIFI_ON_FLAG;
1856 + Integer.toHexString(mHistoryCur.states));
1865 mHistoryCur.states &= ~HistoryItem.STATE_WIFI_ON_FLAG;
1867 + Integer.toHexString(mHistoryCur.states));
1880 mHistoryCur.states |= HistoryItem.STATE_AUDIO_ON_FLAG;
1882 + Integer.toHexString(mHistoryCur.states));
1892 mHistoryCur.states &= ~HistoryItem.STATE_AUDIO_ON_FLAG;
1894 + Integer.toHexString(mHistoryCur.states));
1904 mHistoryCur.states |= HistoryItem.STATE_VIDEO_ON_FLAG;
1906 + Integer.toHexString(mHistoryCur.states));
1916 mHistoryCur.states &= ~HistoryItem.STATE_VIDEO_ON_FLAG;
1918 + Integer.toHexString(mHistoryCur.states));
1928 mHistoryCur.states |= HistoryItem.STATE_WIFI_RUNNING_FLAG;
1930 + Integer.toHexString(mHistoryCur.states));
1960 mHistoryCur.states &= ~HistoryItem.STATE_WIFI_RUNNING_FLAG;
1962 + Integer.toHexString(mHistoryCur.states));
1977 mHistoryCur.states |= HistoryItem.STATE_BLUETOOTH_ON_FLAG;
1979 + Integer.toHexString(mHistoryCur.states));
1988 mHistoryCur.states &= ~HistoryItem.STATE_BLUETOOTH_ON_FLAG;
1990 + Integer.toHexString(mHistoryCur.states));
2001 mHistoryCur.states |= HistoryItem.STATE_WIFI_FULL_LOCK_FLAG;
2003 + Integer.toHexString(mHistoryCur.states));
2013 mHistoryCur.states &= ~HistoryItem.STATE_WIFI_FULL_LOCK_FLAG;
2015 + Integer.toHexString(mHistoryCur.states));
2025 mHistoryCur.states |= HistoryItem.STATE_WIFI_SCAN_LOCK_FLAG;
2027 + Integer.toHexString(mHistoryCur.states));
2037 mHistoryCur.states &= ~HistoryItem.STATE_WIFI_SCAN_LOCK_FLAG;
2039 + Integer.toHexString(mHistoryCur.states));
2049 mHistoryCur.states |= HistoryItem.STATE_WIFI_MULTICAST_ON_FLAG;
2051 + Integer.toHexString(mHistoryCur.states));
2061 mHistoryCur.states &= ~HistoryItem.STATE_WIFI_MULTICAST_ON_FLAG;
2063 + Integer.toHexString(mHistoryCur.states));
4085 mHistoryCur.states &= ~HistoryItem.STATE_BATTERY_PLUGGED_FLAG;
4087 + Integer.toHexString(mHistoryCur.states));
4107 mHistoryCur.states |= HistoryItem.STATE_BATTERY_PLUGGED_FLAG;
4109 + Integer.toHexString(mHistoryCur.states));
4144 mHistoryCur.states &= ~HistoryItem.STATE_BATTERY_PLUGGED_FLAG;
4146 mHistoryCur.states |= HistoryItem.STATE_BATTERY_PLUGGED_FLAG;