OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getHostUid
(Results
1 - 5
of
5
) sorted by null
/cts/hostsidetests/statsd/src/android/cts/statsd/metadata/
MetadataTests.java
62
if (stats.getId() == CONFIG_ID && stats.getUid() ==
getHostUid
()) {
81
if (stats.getId() == CONFIG_ID && stats.getUid() ==
getHostUid
()) {
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/metrics/
AtomMetricTester.java
139
+ "uid=" +
getHostUid
() + ", id=" + CONFIG_ID + ".");
205
private int
getHostUid
() throws DeviceNotAvailableException {
/cts/hostsidetests/statsd/src/android/cts/statsd/alert/
AnomalyDetectionTests.java
420
.setEqInt(
getHostUid
())
436
.setEqInt(
getHostUid
())
473
.setEqInt(
getHostUid
())
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/
AtomTestCase.java
372
+ "uid=" +
getHostUid
() + ", id=" + CONFIG_ID + ".");
695
protected int
getHostUid
() throws DeviceNotAvailableException {
[
all
...]
HostAtomTests.java
607
int hostUid =
getHostUid
();
Completed in 253 milliseconds