Searched refs:getBinaryState (Results 1 – 5 of 5) sorted by relevance
32 protected @BinaryState int getBinaryState(BatteryStats.HistoryItem item) { in getBinaryState() method in FlashlightPowerStatsProcessor
32 protected @BinaryState int getBinaryState(BatteryStats.HistoryItem item) { in getBinaryState() method in AudioPowerStatsProcessor
32 protected @BinaryState int getBinaryState(BatteryStats.HistoryItem item) { in getBinaryState() method in VideoPowerStatsProcessor
67 protected abstract @BinaryState int getBinaryState(BatteryStats.HistoryItem item); in getBinaryState() method in BinaryStatePowerStatsProcessor99 @BinaryState int state = getBinaryState(item); in noteStateChange()
70 protected int getBinaryState(BatteryStats.HistoryItem item) { in getBinaryState() method in BinaryStatePowerStatsProcessorTest.TestBinaryStatePowerStatsProcessor