Home
last modified time | relevance | path

Searched refs:getHostUid (Results 1 – 5 of 5) sorted by relevance

/cts/hostsidetests/statsd/src/android/cts/statsd/metadata/
DMetadataTests.java62 if (stats.getId() == CONFIG_ID && stats.getUid() == getHostUid()) { in testConfigTtl()
81 if (stats.getId() == CONFIG_ID && stats.getUid() == getHostUid()) { in testConfigTtl()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/metrics/
DAtomMetricTester.java139 + "uid=" + getHostUid() + ", id=" + CONFIG_ID + "."); in getReportList()
205 private int getHostUid() throws DeviceNotAvailableException { in getHostUid() method
/cts/hostsidetests/statsd/src/android/cts/statsd/alert/
DAnomalyDetectionTests.java437 .setEqInt(getHostUid()) in getBaseConfig()
453 .setEqInt(getHostUid()) in getBaseConfig()
490 .setEqInt(getHostUid()) in getBaseConfig()
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/
DAtomTestCase.java383 + "uid=" + getHostUid() + ", id=" + CONFIG_ID + "."); in getReportList()
706 protected int getHostUid() throws DeviceNotAvailableException { in getHostUid() method in AtomTestCase
DHostAtomTests.java607 int hostUid = getHostUid(); in testDumpsysStats()