Home
last modified time | relevance | path

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

/cts/hostsidetests/adpf/common/src/android/adpf/common/
DADPFHintSessionConstants.java28 public static final String TRANSITION_LOAD_KEY = "transition_load"; field in ADPFHintSessionConstants
40 TRANSITION_LOAD_KEY,
/cts/hostsidetests/adpf/src/android/adpf/cts/
DADPFHintSessionHostJUnit4Test.java26 import static android.adpf.common.ADPFHintSessionConstants.TRANSITION_LOAD_KEY;
211 if (testMedians.containsKey(TRANSITION_LOAD_KEY + "_1")) { in testAdpfHintSession()
213 isGreater(testMedians.get(TRANSITION_LOAD_KEY + "_1"), in testAdpfHintSession()
214 testMedians.get(TRANSITION_LOAD_KEY + "_2"))); in testAdpfHintSession()
216 isLess(testMedians.get(TRANSITION_LOAD_KEY + "_2"), in testAdpfHintSession()
217 testMedians.get(TRANSITION_LOAD_KEY + "_3"))); in testAdpfHintSession()