Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DListEntry.java83 public int getSectionIndex() { in getSectionIndex() method in ListEntry
DShadeListBuilder.java1225 o1.getSectionIndex(),
1226 o2.getSectionIndex());
1271 if (entry.getAttachState().getSectionIndex() in getStableOrderRank()
1272 != entry.getPreviousAttachState().getSectionIndex()) { in getStableOrderRank()
/frameworks/av/camera/include/camera/
DVendorTagDescriptor.h104 ssize_t getSectionIndex(uint32_t tag) const;
/frameworks/av/camera/tests/fuzzer/
Dcamera_vendorTagDescriptor_fuzzer.cpp118 mVendorTagDescriptor->getSectionIndex(tag); in invokeVendorTagDescriptor()
/frameworks/av/services/camera/libcameraservice/hidl/
DHidlCameraService.cpp309 ssize_t sectionIdx = desc->getSectionIndex(tags[i]); in getCameraVendorTagSections()
/frameworks/av/services/camera/libcameraservice/aidl/
DAidlCameraService.cpp318 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.java857 assertEquals(1, notif(0).entry.getSectionIndex()); in testNotifUsesDefaultSection()