/frameworks/base/libs/incident/src/ |
D | IncidentReportArgs.cpp | 27 :mSections(), in IncidentReportArgs() 35 :mSections(that.mSections), in IncidentReportArgs() 59 err = out->writeInt32(mSections.size()); in writeToParcel() 64 for (set<int>::const_iterator it=mSections.begin(); it!=mSections.end(); it++) { in writeToParcel() 120 mSections.clear(); in readFromParcel() 133 mSections.insert(section); in readFromParcel() 175 mSections.clear(); in setAll() 189 mSections.insert(section); in addSection() 221 return mSections.find(section) != mSections.end(); in containsSection() 223 return mAll || mSections.find(section) != mSections.end(); in containsSection() [all …]
|
/frameworks/base/core/java/android/os/ |
D | IncidentReportArgs.java | 34 private final IntArray mSections = new IntArray(); field in IncidentReportArgs 64 int N = mSections.size(); in writeToParcel() 67 out.writeInt(mSections.get(i)); in writeToParcel() 86 mSections.clear(); in readFromParcel() 89 mSections.add(in.readInt()); in readFromParcel() 126 final int N = mSections.size(); in toString() 128 sb.append(mSections.get(0)); in toString() 132 sb.append(mSections.get(i)); in toString() 150 mSections.clear(); in setAll() 175 mSections.add(section); in addSection() [all …]
|
/frameworks/base/services/core/java/com/android/server/power/stats/ |
D | PowerStatsSpan.java | 127 private final List<String> mSections = new ArrayList<>(); field in PowerStatsSpan.Metadata 142 return mSections; in getSections() 151 if (!mSections.contains(sectionType)) { in addSection() 152 mSections.add(sectionType); in addSection() 163 for (String section : mSections) { in write() 231 for (String section : mSections) { in dump() 250 for (String section : mSections) { in toString() 301 private final List<Section> mSections = new ArrayList<>(); field in PowerStatsSpan 326 mSections.add(section); in addSection() 331 return mSections; in getSections() [all …]
|
/frameworks/base/libs/incident/include_priv/android/os/ |
D | IncidentReportArgs.h | 61 inline const set<int>& sections() const { return mSections; } in sections() 70 set<int> mSections;
|
/frameworks/av/camera/ |
D | VendorTagDescriptor.cpp | 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)].c_str(); 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() 342 String8 sectionName = mSections[sectionId]; in dump() 574 desc->mSections = sections; in createDescriptorFromOps()
|
/frameworks/base/core/java/android/widget/ |
D | FastScroller.java | 184 private Object[] mSections; field in FastScroller 982 mSections = mSectionIndexer.getSections(); in getSectionsFromIndexer() 987 mSections = mSectionIndexer.getSections(); in getSectionsFromIndexer() 990 mSections = null; in getSectionsFromIndexer() 1006 final Object[] sections = mSections; in scrollTo() 1127 final Object[] sections = mSections; in transitionPreviewLayout() 1273 final boolean hasSections = sectionIndexer != null && mSections != null in getPosFromItemCount() 1274 && mSections.length > 0; in getPosFromItemCount() 1303 final int sectionCount = mSections.length; in getPosFromItemCount()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | RankingCoordinatorTest.java | 93 private ArrayList<NotifSectioner> mSections = new ArrayList<>(3); field in RankingCoordinatorTest 119 mSections.addAll(Arrays.asList(mAlertingSectioner, mSilentSectioner, mMinimizedSectioner)); in setup() 305 for (NotifSectioner current: mSections) { in assertInSection()
|
/frameworks/av/services/camera/libcameraservice/common/ |
D | CameraProviderInfoTemplated.h | 85 desc->mSections = sections; in createDescriptorFromIdl()
|
/frameworks/av/camera/include/camera/ |
D | VendorTagDescriptor.h | 118 SortedVector<String8> mSections; variable
|
/frameworks/base/core/java/com/android/internal/os/ |
D | PowerStats.java | 609 private final List<Section> mSections; field in PowerStats.PowerStatsFormatter 612 mSections = parseFormat(format); in PowerStatsFormatter() 620 return format(mSections, stats); in format()
|
/frameworks/av/camera/ndk/ndk_vendor/impl/ |
D | ACameraManager.cpp | 104 desc->mSections.add(sectionString); in createDescriptorFromAidl() 141 ssize_t index = desc->mSections.indexOf(sectionString); in createDescriptorFromAidl()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 351 private final NotificationSection[] mSections; field in NotificationStackScrollLayout 638 mSections = mSectionsManager.createSectionsForBuckets(); in NotificationStackScrollLayout() 2534 for (NotificationSection section : mSections) { 2543 for (int i = mSections.length - 1; i >= 0; i--) { 2544 NotificationSection section = mSections[i]; 3014 mSections, getChildrenWithBackground()); in updateFirstAndLastBackgroundViews() 5579 mSections, in onSwipeBegin()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 35956 Landroid/os/IncidentReportArgs;->mSections:Landroid/util/IntArray; 66927 Landroid/widget/FastScroller;->mSections:[Ljava/lang/Object;
|