Home
last modified time | relevance | path

Searched refs:testHelper (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationMemoryViewWalkerTest.kt24 private lateinit var testHelper: NotificationTestHelper variable in com.android.systemui.statusbar.notification.logging.NotificationMemoryViewWalkerTest
29 testHelper = NotificationTestHelper(mContext, mDependency, TestableLooper.get(this)) in setUp()
41 val row = testHelper.createRow() in testViewWalker_plainNotification()
55 testHelper.setDefaultInflationFlags(NotificationRowContentBinder.FLAG_CONTENT_VIEW_ALL) in testViewWalker_plainNotification_withPublicView()
57 testHelper.createRow( in testViewWalker_plainNotification_withPublicView()
129 testHelper.createRow( in testViewWalker_bigPictureNotification()
191 testHelper.createRow( in testViewWalker_customView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManagerTest.java80 NotificationTestHelper testHelper = new NotificationTestHelper( in setUp() local
84 mFirst = testHelper.createRow(); in setUp()
87 mSecond = testHelper.createRow(); in setUp()
164 NotificationTestHelper testHelper = new NotificationTestHelper( in testRoundnessPulsing() local
168 ExpandableNotificationRow row = testHelper.createRow(); in testRoundnessPulsing()
172 when(testHelper.getStatusBarStateController().isDozing()).thenReturn(true); in testRoundnessPulsing()
/frameworks/native/libs/gralloc/types/tests/
DGralloc4_test.cpp75 void testHelper(const T& input, EncodeFunction<T> encode, DecodeFunction<T> decode) { in testHelper() function
148 …ASSERT_NO_FATAL_FAILURE(testHelper(GetParam(), gralloc4::encodePixelFormatFourCC, gralloc4::decode… in TEST_P()
174 …ASSERT_NO_FATAL_FAILURE(testHelper(GetParam(), gralloc4::encodeBufferId, gralloc4::decodeBufferId)… in TEST_P()
178 ASSERT_NO_FATAL_FAILURE(testHelper(GetParam(), gralloc4::encodeWidth, gralloc4::decodeWidth)); in TEST_P()
182 ASSERT_NO_FATAL_FAILURE(testHelper(GetParam(), gralloc4::encodeHeight, gralloc4::decodeHeight)); in TEST_P()
186 …ASSERT_NO_FATAL_FAILURE(testHelper(GetParam(), gralloc4::encodeLayerCount, gralloc4::decodeLayerCo… in TEST_P()
190 …ASSERT_NO_FATAL_FAILURE(testHelper(GetParam(), gralloc4::encodePixelFormatModifier, gralloc4::deco… in TEST_P()
194 ASSERT_NO_FATAL_FAILURE(testHelper(GetParam(), gralloc4::encodeUsage, gralloc4::decodeUsage)); in TEST_P()
198 …ASSERT_NO_FATAL_FAILURE(testHelper(GetParam(), gralloc4::encodeAllocationSize, gralloc4::decodeAll… in TEST_P()
202 …ASSERT_NO_FATAL_FAILURE(testHelper(GetParam(), gralloc4::encodeProtectedContent, gralloc4::decodeP… in TEST_P()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccCarrierPrivilegeRulesTest.java74 private void testHelper(String hexString) { in testHelper() method in UiccCarrierPrivilegeRulesTest
128 testHelper(hexString); in testParseRule_Normal()
156 testHelper(hexString); in testParseRule_With4FD0D1()
178 testHelper(hexString); in testParseRule_With4FD0()
210 testHelper(hexString); in testParseRule_TwoMessages()
243 testHelper(hexString); in testParseRule_InvalidRulesWith4F00()
265 testHelper(hexString); in testParseRule_InvalidRulesWithoutDB()