Home
last modified time | relevance | path

Searched defs:testHelper (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationRoundnessManagerTest.java80 NotificationTestHelper testHelper = new NotificationTestHelper( in setUp() local
163 NotificationTestHelper testHelper = new NotificationTestHelper( in testRoundnessPulsing() local
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DHeadsUpAppearanceControllerTest.java74 NotificationTestHelper testHelper = new NotificationTestHelper( in setUp() local
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DNotificationFilterTest.java130 NotificationTestHelper testHelper = new NotificationTestHelper( in setUp() local
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
H A DUiccCarrierPrivilegeRulesTest.java73 private void testHelper(String hexString) { in testHelper() method in UiccCarrierPrivilegeRulesTest
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/storage/
H A DDatabaseManagerTest.java86 public MigrationTestHelper testHelper = new MigrationTestHelper( field in DatabaseManagerTest
/aosp12/frameworks/native/libs/gralloc/types/tests/
H A DGralloc4_test.cpp75 void testHelper(const T& input, EncodeFunction<T> encode, DecodeFunction<T> decode) { in testHelper() function