Searched refs:getDexOptThermalCutoff (Results 1 – 2 of 2) sorted by relevance
387 mThermalStatusCutoff = mInjector.getDexOptThermalCutoff(); in onStartJob()1140 int getDexOptThermalCutoff() { in getDexOptThermalCutoff() method in BackgroundDexOptService.Injector
147 when(mInjector.getDexOptThermalCutoff()).thenReturn(PowerManager.THERMAL_STATUS_CRITICAL); in setUp()