Home
last modified time | relevance | path

Searched refs:EnhancedEstimatesImpl (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DEnhancedEstimatesImpl.java10 public class EnhancedEstimatesImpl implements EnhancedEstimates { class
13 public EnhancedEstimatesImpl() { in EnhancedEstimatesImpl() method in EnhancedEstimatesImpl
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/power/dagger/
H A DPowerModule.java20 import com.android.systemui.power.EnhancedEstimatesImpl;
38 EnhancedEstimates bindEnhancedEstimates(EnhancedEstimatesImpl enhancedEstimates); in bindEnhancedEstimates()