Searched refs:TEST_STATE_FLAG (Results 1 – 1 of 1) sorted by relevance
57 private static final int TEST_STATE_FLAG = 0x1; field in BinaryStatePowerStatsProcessorTest71 return (item.states & TEST_STATE_FLAG) != 0 ? STATE_ON : STATE_OFF; in getBinaryState()245 historyItem.states = stateOn ? TEST_STATE_FLAG : 0; in buildHistoryItem()