Searched refs:mSections (Results 1 – 7 of 7) sorted by relevance
27 :mSections(), in IncidentReportArgs()33 :mSections(that.mSections), in IncidentReportArgs()53 err = out->writeInt32(mSections.size()); in writeToParcel()58 for (set<int>::const_iterator it=mSections.begin(); it!=mSections.end(); it++) { in writeToParcel()94 mSections.clear(); in readFromParcel()107 mSections.insert(section); in readFromParcel()131 mSections.clear(); in setAll()139 mSections.insert(section); in addSection()152 return mAll || mSections.find(section) != mSections.end(); in containsSection()162 mSections.clear(); in merge()[all …]
36 private final IntArray mSections = new IntArray(); field in IncidentReportArgs60 int N = mSections.size(); in writeToParcel()63 out.writeInt(mSections.get(i)); in writeToParcel()76 mSections.clear(); in readFromParcel()79 mSections.add(in.readInt()); in readFromParcel()108 final int N = mSections.size(); in toString()110 sb.append(mSections.get(0)); in toString()114 sb.append(mSections.get(i)); in toString()129 mSections.clear(); in setAll()138 mSections.add(section); in addSection()[all …]
48 inline const set<int>& sections() const { return mSections; } in sections()54 set<int> mSections;
106 mSections = src.mSections; in copyFrom()189 LOG_ALWAYS_FATAL_IF(mSections.setCapacity(sectionCount) <= 0, in readFromParcel()198 mSections.add(sectionName); in readFromParcel()207 const String8& sectionString = mSections[mTagToSectionMap.valueFor(tag)]; in readFromParcel()240 return mSections[mTagToSectionMap.valueAt(index)].string(); in getSectionName()284 size_t numSections = mSections.size(); in writeToParcel()288 if ((res = parcel->writeString8(mSections[i])) != OK) return res; in writeToParcel()296 return &mSections; in getAllSectionNames()338 String8 sectionName = mSections[sectionId]; in dump()565 desc->mSections = sections; in createDescriptorFromOps()
175 private Object[] mSections; field in FastScroller969 mSections = mSectionIndexer.getSections(); in getSectionsFromIndexer()974 mSections = mSectionIndexer.getSections(); in getSectionsFromIndexer()977 mSections = null; in getSectionsFromIndexer()993 final Object[] sections = mSections; in scrollTo()1114 final Object[] sections = mSections; in transitionPreviewLayout()1260 final boolean hasSections = sectionIndexer != null && mSections != null in getPosFromItemCount()1261 && mSections.length > 0; in getPosFromItemCount()1290 final int sectionCount = mSections.length; in getPosFromItemCount()
113 SortedVector<String8> mSections; variable
1327 desc->mSections = sections; in createDescriptorFromHidl()