Home
last modified time | relevance | path

Searched refs:getSectionIndex (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DListEntry.java85 public int getSectionIndex() { in getSectionIndex() method in ListEntry
H A DShadeListBuilder.java896 o1.getSectionIndex(),
897 o2.getSectionIndex());
/aosp12/hardware/interfaces/camera/common/1.0/default/include/
H A DVendorTagDescriptor.h66 ssize_t getSectionIndex(uint32_t tag) const;
/aosp12/frameworks/av/camera/include/camera/
H A DVendorTagDescriptor.h104 ssize_t getSectionIndex(uint32_t tag) const;
/aosp12/frameworks/av/services/camera/libcameraservice/hidl/
H A DHidlCameraService.cpp289 ssize_t sectionIdx = desc->getSectionIndex(tags[i]); in getCameraVendorTagSections()
/aosp12/hardware/interfaces/camera/common/1.0/default/
H A DVendorTagDescriptor.cpp106 ssize_t VendorTagDescriptor::getSectionIndex(uint32_t tag) const { in getSectionIndex() function in android::hardware::camera2::params::VendorTagDescriptor
/aosp12/hardware/interfaces/camera/provider/2.4/default/
H A DLegacyCameraProviderImpl_2_4.cpp437 ssize_t sectionIdx = desc->getSectionIndex(tags[i]); in setUpVendorTags()
/aosp12/frameworks/av/camera/
H A DVendorTagDescriptor.cpp318 ssize_t VendorTagDescriptor::getSectionIndex(uint32_t tag) const { in getSectionIndex() function in android::hardware::camera2::params::VendorTagDescriptor
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilderTest.java756 assertEquals(1, notif(0).entry.getSectionIndex()); in testNotifUsesDefaultSection()