Home
last modified time | relevance | path

Searched defs:sections (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/libs/incident/tests/
H A DIncidentReportArgs_test.cpp57 set<int> sections; in TEST() local
H A DIncidentReportRequest_test.cpp106 set<int> sections; in TEST() local
/aosp14/frameworks/base/libs/incident/include_priv/android/os/
H A DIncidentReportArgs.h61 inline const set<int>& sections() const { return mSections; } in sections() function
/aosp14/frameworks/base/core/proto/android/os/
H A Dmetadata.proto71 repeated SectionStats sections = 6; field
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/
H A DSdCardEjectionTests.kt175 val sections = newVolume.split(" ") regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/user/ui/binder/
H A DUserSwitcherViewBinder.kt193 private var sections = listOf<List<UserActionViewModel>>() regex
/aosp14/frameworks/base/tools/incident_report/
H A Dmain.cpp314 vector<string> sections; in main() local
/aosp14/system/core/fs_mgr/libdm/
H A Ddm_target.cpp205 auto sections = android::base::Split(text, " "); in ParseStatusText() local
/aosp14/frameworks/base/cmds/incident/
H A Dmain.cpp116 IncidentSection sections[INCIDENT_SECTION_COUNT]; in section_list() local
/aosp14/frameworks/base/tools/incident_section_gen/
H A Dmain.cpp112 map<string,FieldDescriptor const*> sections; in generateIncidentSectionsCpp() local
/aosp14/frameworks/base/core/java/android/widget/
H A DFastScroller.java1006 final Object[] sections = mSections; in scrollTo() local
1127 final Object[] sections = mSections; in transitionPreviewLayout() local