Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DListEntry.java85 public int getSectionIndex() { in getSectionIndex() method in ListEntry
/frameworks/av/camera/include/camera/
DVendorTagDescriptor.h104 ssize_t getSectionIndex(uint32_t tag) const;
/frameworks/av/services/camera/libcameraservice/hidl/
DHidlCameraService.cpp289 ssize_t sectionIdx = desc->getSectionIndex(tags[i]); in getCameraVendorTagSections()
/frameworks/av/camera/
DVendorTagDescriptor.cpp318 ssize_t VendorTagDescriptor::getSectionIndex(uint32_t tag) const { in getSectionIndex() function in android::hardware::camera2::params::VendorTagDescriptor
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilderTest.java728 assertEquals(1, notif(0).entry.getSectionIndex()); in testNotifUsesDefaultSection()