Home
last modified time | relevance | path

Searched refs:annotationType (Results 1 – 6 of 6) sorted by relevance

/packages/modules/StatsD/statsd/src/logd/
DLogEvent.cpp259 void LogEvent::parseIsUidAnnotation(uint8_t annotationType, std::optional<uint8_t> numElements) { in parseIsUidAnnotation() argument
266 if (numElements == 0 && annotationType == BOOL_TYPE) { in parseIsUidAnnotation()
273 annotationType != BOOL_TYPE) { in parseIsUidAnnotation()
288 void LogEvent::parseTruncateTimestampAnnotation(uint8_t annotationType) { in parseTruncateTimestampAnnotation() argument
289 if (!mValues.empty() || annotationType != BOOL_TYPE) { in parseTruncateTimestampAnnotation()
297 void LogEvent::parsePrimaryFieldAnnotation(uint8_t annotationType, in parsePrimaryFieldAnnotation() argument
301 if (mValues.empty() || annotationType != BOOL_TYPE || firstUidInChainIndex || numElements) { in parsePrimaryFieldAnnotation()
310 void LogEvent::parsePrimaryFieldFirstUidAnnotation(uint8_t annotationType, in parsePrimaryFieldFirstUidAnnotation() argument
313 if (mValues.empty() || annotationType != BOOL_TYPE || !firstUidInChainIndex) { in parsePrimaryFieldFirstUidAnnotation()
328 void LogEvent::parseExclusiveStateAnnotation(uint8_t annotationType, in parseExclusiveStateAnnotation() argument
[all …]
DLogEvent.h250 void parseIsUidAnnotation(uint8_t annotationType, std::optional<uint8_t> numElements);
251 void parseTruncateTimestampAnnotation(uint8_t annotationType);
252 void parsePrimaryFieldAnnotation(uint8_t annotationType, std::optional<uint8_t> numElements,
254 void parsePrimaryFieldFirstUidAnnotation(uint8_t annotationType,
256 void parseExclusiveStateAnnotation(uint8_t annotationType, std::optional<uint8_t> numElements);
257 void parseTriggerStateResetAnnotation(uint8_t annotationType,
259 void parseStateNestedAnnotation(uint8_t annotationType, std::optional<uint8_t> numElements);
/packages/services/Car/car-test-lib/src/android/car/test/
DApiCheckerRule.java366 throw new IllegalArgumentException("Test contains " + cddTest.annotationType()
375 throw new IllegalArgumentException("Test contains " + cddTest.annotationType()
382 throw new IllegalArgumentException("Test contains " + cddTest.annotationType()
390 throw new IllegalArgumentException("Test contains " + cddTest.annotationType()
734 super("Test annotated with @" + annotation.annotationType().getCanonicalName()
/packages/services/Car/tests/carservice_unit_test/src/android/car/test/
DApiCheckerRuleTest.java926 public Class<? extends Annotation> annotationType() { in annotationType() method in ApiCheckerRuleTest.UnsupportedVersionTestAnnotation
956 public Class<? extends Annotation> annotationType() { in annotationType() method in ApiCheckerRuleTest.SupportedVersionTestAnnotation
982 public Class<? extends Annotation> annotationType() { in annotationType() method in ApiCheckerRuleTest.ApiTestAnnotation
1009 public Class<? extends Annotation> annotationType() { in annotationType() method in ApiCheckerRuleTest.ApiRequirementsAnnotation
1052 public Class<? extends Annotation> annotationType() { in annotationType() method in ApiCheckerRuleTest.CddTestAnnotation
1083 public Class<? extends Annotation> annotationType() { in annotationType() method in ApiCheckerRuleTest.IgnoreInvalidApiAnnotation
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiTestUtil.java51 if (annotation.annotationType().equals(org.junit.Test.class)) { in getTestMethod()
/packages/providers/MediaProvider/src/com/android/providers/media/
DDatabaseHelper.java2210 final int exportedSinceOSVersion = (int) annotation.annotationType().getMethod( in shouldBeIgnoredByOsVersion()