Searched refs:TRANSITION_LOAD_KEY (Results 1 – 2 of 2) sorted by relevance
28 public static final String TRANSITION_LOAD_KEY = "transition_load"; field in ADPFHintSessionConstants40 TRANSITION_LOAD_KEY,
26 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()