Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyboard/shortcut/ui/
DShortcutHelperActivityStarterTest.kt50 private val testHelper = kosmos.shortcutHelperTestHelper in <lambda>() constant in com.android.systemui.keyboard.shortcut.ui.ShortcutHelperActivityStarterTest
67 testHelper.toggle(deviceId = 456) in <lambda>()
77 testHelper.toggle(deviceId = 456) in <lambda>()
78 testHelper.toggle(deviceId = 456) in <lambda>()
79 testHelper.toggle(deviceId = 456) in <lambda>()
80 testHelper.toggle(deviceId = 456) in <lambda>()
90 testHelper.showFromActivity() in <lambda>()
100 testHelper.showFromActivity() in <lambda>()
101 testHelper.showFromActivity() in <lambda>()
102 testHelper.showFromActivity() in <lambda>()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyboard/shortcut/ui/viewmodel/
DShortcutHelperViewModelTest.kt51 private val testHelper = kosmos.shortcutHelperTestHelper constant
68 testHelper.showFromActivity() in shouldShow_trueAfterShowRequested()
78 testHelper.toggle(deviceId = 123) in shouldShow_trueAfterToggleRequested()
88 testHelper.toggle(deviceId = 123) in shouldShow_falseAfterToggleTwice()
89 testHelper.toggle(deviceId = 123) in shouldShow_falseAfterToggleTwice()
99 testHelper.toggle(deviceId = 567) in shouldShow_falseAfterViewClosed()
110 testHelper.showFromActivity() in shouldShow_falseAfterCloseSystemDialogs()
111 testHelper.hideThroughCloseSystemDialogs() in shouldShow_falseAfterCloseSystemDialogs()
121 testHelper.hideForSystem() in shouldShow_doesNotEmitDuplicateValues()
122 testHelper.toggle(deviceId = 987) in shouldShow_doesNotEmitDuplicateValues()
[all …]
/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/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()