Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/power/
H A DEnergyConsumerStatsTest.java532 final String[] stateNames = {"s"}; in testConfig_isCompatible() local
538 stateNames); in testConfig_isCompatible()
546 stateNames))); in testConfig_isCompatible()
558 stateNames))); in testConfig_isCompatible()
566 stateNames))); in testConfig_isCompatible()
574 stateNames))); in testConfig_isCompatible()
/aosp14/frameworks/base/core/java/com/android/internal/power/
H A DEnergyConsumerStats.java99 @Nullable String[] stateNames) { in Config() argument
109 mStateNames = stateNames != null ? stateNames : new String[] {""}; in Config()
171 final String[] stateNames = in.readStringArray(); in createFromParcel() local
173 supportedMultiStateBuckets, stateNames); in createFromParcel()