Searched refs:mPlatformAtLeastR (Results 1 – 3 of 3) sorted by relevance
24 const static bool mPlatformAtLeastR = android_get_device_api_level() >= __ANDROID_API_R__; variable28 EXPECT_EQ(mPlatformAtLeastR, event.useRSchema()); in TEST()
31 const bool StatsEventCompat::mPlatformAtLeastR = member in StatsEventCompat50 if (!mAttemptedLoad && mPlatformAtLeastR) { in StatsEventCompat()238 return mPlatformAtLeastR && mAStatsEventApi.initialized; in useRSchema()242 return !mPlatformAtLeastR; in useQSchema()
77 const static bool mPlatformAtLeastR;