Searched refs:CONTENT_KEY_RESULT_TIDS (Results 1 – 3 of 3) sorted by relevance
25 public static final String CONTENT_KEY_RESULT_TIDS = "result_tids"; field in ADPFAtomTestConstants
21 import static android.adpf.atom.common.ADPFAtomTestConstants.CONTENT_KEY_RESULT_TIDS;73 values.put(CONTENT_KEY_RESULT_TIDS, sb.toString()); in onCreate()
19 import static android.adpf.atom.common.ADPFAtomTestConstants.CONTENT_KEY_RESULT_TIDS;257 String tidsStr = result.getMetrics().get(CONTENT_KEY_RESULT_TIDS); in testAdpfHintSessionTidCleanupIsPushed()