Home
last modified time | relevance | path

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

/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DConfigUtils.java305 boolean useUidAttributionChain) throws Exception { in uploadConfigForPushedAtomWithUid() argument
307 addEventMetricForUidAtom(config, atomId, useUidAttributionChain, pkgName); in uploadConfigForPushedAtomWithUid()
313 boolean useUidAttributionChain) throws Exception { in uploadConfigForPulledAtomWithUid() argument
315 addGaugeMetricForUidAtom(config, atomId, useUidAttributionChain, pkgName); in uploadConfigForPulledAtomWithUid()
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DMetricsRecorder.java107 boolean useUidAttributionChain) throws AssertionError, IOException, RuntimeException { in uploadConfigForPushedAtomWithUid() argument
109 addEventMetricForUidAtom(config, atomId, useUidAttributionChain, pkgNames); in uploadConfigForPushedAtomWithUid()