OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:whatMatcherId
(Results
1 - 3
of
3
) sorted by null
/cts/hostsidetests/statsd/src/android/cts/statsd/metric/
CountMetricsTests.java
70
int
whatMatcherId
= 3;
74
MetricsUtils.unspecifiedAtomMatcher(
whatMatcherId
);
94
.setWhat(
whatMatcherId
)
132
int
whatMatcherId
= 3;
140
MetricsUtils.appBreadcrumbMatcherWithLabel(
whatMatcherId
, whatMatcherLabel);
164
.setWhat(
whatMatcherId
)
GaugeMetricsTests.java
212
final int
whatMatcherId
= 8;
224
MetricsUtils.unspecifiedAtomMatcher(
whatMatcherId
);
256
.setDimensionsInWhat(FieldMatcher.newBuilder().setField(
whatMatcherId
))
ValueMetricsTests.java
344
final int
whatMatcherId
= 8;
356
MetricsUtils.unspecifiedAtomMatcher(
whatMatcherId
);
387
.setDimensionsInWhat(FieldMatcher.newBuilder().setField(
whatMatcherId
))
Completed in 92 milliseconds