Home
last modified time | relevance | path

Searched refs:CONTENT_KEY_RESULT_TIDS (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/statsdatom/apps/adpfapp/src/android/adpf/atom/common/
DADPFAtomTestConstants.java25 public static final String CONTENT_KEY_RESULT_TIDS = "result_tids"; field in ADPFAtomTestConstants
/cts/hostsidetests/statsdatom/apps/adpfapp/src/android/adpf/atom/app/
DADPFAtomTestActivity.java21 import static android.adpf.atom.common.ADPFAtomTestConstants.CONTENT_KEY_RESULT_TIDS;
73 values.put(CONTENT_KEY_RESULT_TIDS, sb.toString()); in onCreate()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/performancehintmanager/
DPerformanceHintManagerStatsTests.java19 import static android.adpf.atom.common.ADPFAtomTestConstants.CONTENT_KEY_RESULT_TIDS;
257 String tidsStr = result.getMetrics().get(CONTENT_KEY_RESULT_TIDS); in testAdpfHintSessionTidCleanupIsPushed()