Home
last modified time | relevance | path

Searched refs:requiresStaging (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/cmds/statsd/src/logd/
DLogEvent.h104 explicit LogEvent(const std::string& trainName, int64_t trainVersionCode, bool requiresStaging,
DLogEvent.cpp190 LogEvent::LogEvent(const string& trainName, int64_t trainVersionCode, bool requiresStaging, in LogEvent() argument
200 mValues.push_back(FieldValue(Field(mTagId, getSimpleField(3)), Value((int)requiresStaging))); in LogEvent()
/frameworks/base/cmds/statsd/src/
DStatsService.cpp1381 bool requiresStaging = options & IStatsManager::FLAG_REQUIRE_STAGING; in sendBinaryPushStateChangedAtom() local
1384 LogEvent event(trainNameUtf8, trainVersionCode, requiresStaging, rollbackEnabled, in sendBinaryPushStateChangedAtom()