Searched refs:mCurrentSectionId (Results 1 – 2 of 2) sorted by relevance
403 mCurrentSectionId = sectionId; in startSection()417 mSectionStatsCalledForSectionId = mCurrentSectionId; in setSectionStats()428 if (mSectionStatsCalledForSectionId != mCurrentSectionId) { in endSection()429 ALOGW("setSectionStats not called for section %d", mCurrentSectionId); in endSection()432 sectionMetadata->set_id(mCurrentSectionId); in endSection()496 PrivacyFilter filter(mCurrentSectionId, get_privacy_of_section(mCurrentSectionId)); in writeSection()507 && request->args.containsSection(mCurrentSectionId, in writeSection()508 section_requires_specific_mention(mCurrentSectionId))) { in writeSection()
228 int mCurrentSectionId; variable