Home
last modified time | relevance | path

Searched refs:testSlot (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DHwcBufferCacheTest.cpp37 void testSlot(const int inSlot, const uint32_t expectedSlot) { in testSlot() function in android::compositionengine::__anon906ef7df0110::HwcBufferCacheTest
74 testSlot(0, 0); in TEST_F()
78 testSlot(BufferQueue::NUM_BUFFER_SLOTS - 1, BufferQueue::NUM_BUFFER_SLOTS - 1); in TEST_F()
82 testSlot(-123, 0); in TEST_F()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DStatusBarIconListTest.java139 Slot testSlot = new Slot("test_name", null); in testSlot_ViewOrder() local
151 testSlot.addHolder(sbHolder1); in testSlot_ViewOrder()
152 testSlot.addHolder(sbHolder2); in testSlot_ViewOrder()
153 testSlot.addHolder(sbHolder3); in testSlot_ViewOrder()
161 assertTrue(listsEqual(expected, testSlot.getHolderListInViewOrder())); in testSlot_ViewOrder()