Home
last modified time | relevance | path

Searched defs:sectionCount (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/core/java/android/os/
H A DIncidentReportArgs.java193 public int sectionCount() { in sectionCount() method in IncidentReportArgs
/aosp14/frameworks/base/libs/incident/src/
H A DIncidentReportArgs.cpp121 int32_t sectionCount; in readFromParcel() local
/aosp14/frameworks/base/cmds/incidentd/src/
H A DWorkDirectory.cpp133 const size_t sectionCount = report.section_size(); in has_section() local
855 const int sectionCount = report.section_size(); in get_args_from_report() local
H A DReporter.cpp89 size_t sectionCount = full.sections_size(); in make_metadata() local
/aosp14/frameworks/base/core/java/android/widget/
H A DFastScroller.java1007 final int sectionCount = sections == null ? 0 : sections.length; in scrollTo() local
1303 final int sectionCount = mSections.length; in getPosFromItemCount() local