Searched refs:getNumDisplays (Results 1 – 5 of 5) sorted by relevance
37 final int numDisplays = powerProfile.getNumDisplays(); in AmbientDisplayPowerCalculator()
56 final int numDisplays = powerProfile.getNumDisplays(); in ScreenPowerCalculator()
514 public int getNumDisplays() { in getNumDisplays() method in PowerProfile
11125 setDisplayCountLocked(mPowerProfile.getNumDisplays()); in setPowerProfileLocked()
122 when(mPowerProfile.getNumDisplays()).thenReturn(value); in setNumDisplays()