Searched refs:mDeviceConfigFake (Results 1 – 1 of 1) sorted by relevance
71 DisplayModeDirectorTest.FakeDeviceConfig mDeviceConfigFake; field in BrightnessThrottlerTest86 mDeviceConfigFake = new DisplayModeDirectorTest.FakeDeviceConfig(); in setUp()87 when(mInjectorMock.getDeviceConfig()).thenReturn(mDeviceConfigFake); in setUp()315 mDeviceConfigFake.setThermalBrightnessThrottlingData( in testUpdateThermalThrottlingData()318 mDeviceConfigFake.setThermalBrightnessThrottlingData( in testUpdateThermalThrottlingData()357 mDeviceConfigFake.setThermalBrightnessThrottlingData("invalid string"); in testInvalidThrottlingStrings()360 mDeviceConfigFake.setThermalBrightnessThrottlingData(""); in testInvalidThrottlingStrings()363 mDeviceConfigFake.setThermalBrightnessThrottlingData( in testInvalidThrottlingStrings()367 mDeviceConfigFake.setThermalBrightnessThrottlingData( in testInvalidThrottlingStrings()371 mDeviceConfigFake.setThermalBrightnessThrottlingData( in testInvalidThrottlingStrings()[all …]