Home
last modified time | relevance | path

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

/system/core/libstats/push_compat/
DStatsEventCompat.cpp61 if (useRSchema()) { in StatsEventCompat()
69 if (useRSchema()) mAStatsEventApi.release(mEventR); in ~StatsEventCompat()
105 if (useRSchema()) { in setAtomId()
113 if (useRSchema()) { in writeInt32()
121 if (useRSchema()) { in writeInt64()
129 if (useRSchema()) { in writeFloat()
137 if (useRSchema()) { in writeBool()
145 if (useRSchema()) { in writeByteArray()
155 if (useRSchema()) { in writeString()
164 if (useRSchema()) { in writeAttributionChain()
[all …]
/system/core/libstats/push_compat/tests/
DStatsEventCompat_test.cpp28 EXPECT_EQ(mPlatformAtLeastR, event.useRSchema()); in TEST()
/system/core/libstats/push_compat/include/
DStatsEventCompat.h90 bool useRSchema();