Searched refs:checkPreviousValueType (Results 1 – 2 of 2) sorted by relevance
238 bool checkPreviousValueType(Type expected);
232 bool LogEvent::checkPreviousValueType(Type expected) { in checkPreviousValueType() function in android::os::statsd::LogEvent237 if (mValues.empty() || !checkPreviousValueType(INT) || annotationType != BOOL_TYPE) { in parseIsUidAnnotation()