Home
last modified time | relevance | path

Searched defs:underTest (Results 1 – 25 of 553) sorted by relevance

12345678910>>...23

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/log/table/
DTableChangeTest.kt32 val underTest = TableChange() in setString_isString() constant
48 val underTest = TableChange() in setString_null() constant
64 val underTest = TableChange() in setBoolean_isBoolean() constant
80 val underTest = TableChange() in setInt_isInt() constant
96 val underTest = TableChange() in setInt_null() constant
112 val underTest = TableChange() in setThenReset_isEmpty() constant
134 val underTest = TableChange(columnPrefix = "fakePrefix", columnName = "fakeName") in getName_hasPrefix() constant
142 val underTest = TableChange(columnPrefix = "", columnName = "fakeName") in getName_noPrefix() constant
149 val underTest = TableChange(columnName = "name", isInitial = false) in getVal_notInitial() constant
157 val underTest = TableChange(columnName = "name", isInitial = true) in getVal_isInitial() constant
[all …]
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/data/repository/
DSceneContainerRepositoryTest.kt50 val underTest = kosmos.sceneContainerRepository in allSceneKeys() constant
67 val underTest = kosmos.sceneContainerRepository in currentScene() constant
81 val underTest = kosmos.sceneContainerRepository in changeScene_noSuchSceneInContainer_throws() constant
88 val underTest = kosmos.sceneContainerRepository in snapToScene_noSuchSceneInContainer_throws() constant
95 val underTest = kosmos.sceneContainerRepository in isVisible() constant
109 val underTest = kosmos.sceneContainerRepository in transitionState_defaultsToIdle() constant
121 val underTest = kosmos.sceneContainerRepository in transitionState_reflectsUpdates() constant
DWindowRootViewVisibilityRepositoryTest.kt37 private val underTest = WindowRootViewVisibilityRepository(iStatusBarService, executor) constant in com.android.systemui.scene.data.repository.WindowRootViewVisibilityRepositoryTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/notetask/quickaffordance/
DNoteTaskQuickAffordanceConfigTest.kt137 val underTest = createUnderTest() in createLockScreenStateVisible() constant
148 val underTest = createUnderTest() in lockScreenState_stylusUsed_userUnlocked_isSelected_noDefaultNotesAppSet_shouldEmitHidden() constant
168 val underTest = createUnderTest() in <lambda>() constant
178 val underTest = createUnderTest() in <lambda>() constant
190 val underTest = createUnderTest() in <lambda>() constant
200 val underTest = createUnderTest() in <lambda>() constant
210 val underTest = createUnderTest() in <lambda>() constant
220 val underTest = createUnderTest() in <lambda>() constant
230 val underTest = createUnderTest() in <lambda>() constant
240 val underTest = createUnderTest() in <lambda>() constant
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/notetask/
DNoteTaskInitializerTest.kt127 val underTest = createUnderTest(isEnabled = false, bubbles = bubbles) in initialize_flagDisabled() constant
143 val underTest = createUnderTest(isEnabled = true, bubbles = null) in initialize_bubblesNotPresent() constant
165 val underTest = createUnderTest(isEnabled = true, bubbles = bubbles) in initialize_handleSystemKey() constant
177 val underTest = createUnderTest(isEnabled = true, bubbles = bubbles) in initialize_userUnlocked_shouldUpdateNoteTask() constant
189 val underTest = createUnderTest(isEnabled = true, bubbles = bubbles) in initialize_onRoleHoldersChanged_shouldRunOnRoleHoldersChanged() constant
203 val underTest = createUnderTest(isEnabled = true, bubbles = bubbles) in initialize_onProfilesChanged_shouldUpdateNoteTask() constant
213 val underTest = createUnderTest(isEnabled = true, bubbles = bubbles) in initialize_onUserChanged_shouldUpdateNoteTask() constant
223 val underTest = createUnderTest(isEnabled = true, bubbles = bubbles) in tailButtonGestureDetection_singlePress_shouldShowNoteTaskOnUp() constant
241 val underTest = createUnderTest(isEnabled = true, bubbles = bubbles) in tailButtonGestureDetection_doublePress_shouldNotShowNoteTaskTwice() constant
263 val underTest = createUnderTest(isEnabled = true, bubbles = bubbles) in tailButtonGestureDetection_longPress_shouldNotShowNoteTask() constant
DNoteTaskInfoTest.kt34 val underTest = DEFAULT_INFO.copy(isKeyguardLocked = true) in launchMode_keyguardLocked_launchModeActivity() constant
41 val underTest = DEFAULT_INFO.copy(entryPoint = WIDGET_PICKER_SHORTCUT_IN_MULTI_WINDOW_MODE) in launchMode_multiWindowMode_launchModeActivity() constant
48 val underTest = DEFAULT_INFO.copy(isKeyguardLocked = false) in launchMode_keyguardUnlocked_launchModeAppBubble() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/domain/interactor/
DPanelInteractorImplTest.kt44 val underTest = PanelInteractorImpl(shadeController) in openPanels_callsCentralSurfaces() constant
53 val underTest = PanelInteractorImpl(shadeController) in collapsePanels_callsCentralSurfaces() constant
62 val underTest = PanelInteractorImpl(shadeController) in forceCollapsePanels_callsCentralSurfaces() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/domain/interactor/
DBouncerActionButtonInteractorTest.kt104 val underTest = kosmos.bouncerActionButtonInteractor in noTelephonyRadio_noButton() constant
113 val underTest = kosmos.bouncerActionButtonInteractor in noTelecomManager_noButton() constant
121 val underTest = kosmos.bouncerActionButtonInteractor in duringCall_returnToCallButton() constant
143 val underTest = kosmos.bouncerActionButtonInteractor in noCall_secureAuthMethod_emergencyCallButton() constant
175 val underTest = kosmos.bouncerActionButtonInteractor in noCall_insecureAuthMethodButSecureSim_emergencyCallButton() constant
193 val underTest = kosmos.bouncerActionButtonInteractor in noCall_insecure_noButton() constant
207 val underTest = kosmos.bouncerActionButtonInteractor in noCall_simSecureButEmergencyNotSupported_noButton() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/footer/ui/viewmodel/
DFooterActionsViewModelTest.kt79 val underTest = utils.footerActionsViewModel(showPowerButton = false) in <lambda>() constant
142 val underTest = in <lambda>() constant
212 val underTest = in <lambda>() constant
275 val underTest = in <lambda>() constant
358 val underTest = in <lambda>() constant
377 val underTest = utils.footerActionsViewModel() in alpha_inSplitShade_followsExpansion() constant
397 val underTest = utils.footerActionsViewModel() in backgroundAlpha_inSplitShade_followsExpansion_with_0_15_delay() constant
421 val underTest = utils.footerActionsViewModel() in alpha_inSingleShade_followsExpansion_with_0_9_delay() constant
445 val underTest = utils.footerActionsViewModel() in backgroundAlpha_inSingleShade_always1() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/footer/domain/interactor/
DFooterActionsInteractorTest.kt65 val underTest = utils.footerActionsInteractor(qsSecurityFooterUtils = qsSecurityFooterUtils) in showDeviceMonitoringDialog() constant
80 val underTest = utils.footerActionsInteractor(uiEventLogger = uiEventLogger) in showPowerMenuDialog() constant
110 val underTest = in showSettings_userSetUp() constant
143 val underTest = in showSettings_userNotSetUp() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/util/kotlin/
DDisposableHandlesTest.kt33 val underTest = DisposableHandles() in disposeWorksOnce() constant
51 val underTest = DisposableHandles() in replaceCallsDispose() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/domain/autoaddable/
DCallbackControllerAutoAddableTest.kt47 val underTest = in <lambda>() constant
73 val underTest = in <lambda>() constant
103 val underTest = in strategyIfNotAdded() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ongoingcall/data/repository/
DOngoingCallRepositoryTest.kt27 private val underTest = OngoingCallRepository() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/model/
DSysUiStateExtTest.kt35 private val underTest = constant in com.android.systemui.model.SysUiStateExtTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/retail/domain/interactor/
DRetailModeInteractorImplTest.kt33 private val underTest = RetailModeInteractorImpl(retailModeRepository) constant in com.android.systemui.retail.domain.interactor.RetailModeInteractorImplTest
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/volume/panel/domain/interactor/
DVolumePanelGlobalStateInteractorTest.kt35 private val underTest = kosmos.volumePanelGlobalStateInteractor constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/pipeline/shared/
DQSPipelineFlagsRepositoryTest.kt15 private val underTest = QSPipelineFlagsRepository() constant in com.android.systemui.qs.pipeline.shared.QSPipelineFlagsRepositoryTest
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/panels/data/repository/
DStockTilesRepositoryTest.kt35 private val underTest = StockTilesRepository(kosmos.mainResources) constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/data/repository/
DMinimumTilesResourceRepositoryTest.kt37 val underTest = MinimumTilesResourceRepository(context.resources) in minimumQSTiles_followsConfig() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/settings/brightness/data/repository/
DBrightnessMirrorShowingRepositoryTest.kt36 private val underTest = BrightnessMirrorShowingRepository() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/settings/brightness/domain/interactor/
DBrightnessMirrorShowingInteractorTest.kt37 private val underTest = constant in com.android.systemui.settings.brightness.domain.interactor.BrightnessMirrorShowingInteractorTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/domain/interactor/
DSeenNotificationsInteractorTest.kt33 private val underTest = SeenNotificationsInteractor(repository) constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/assist/data/repository/
DAssistRepositoryTest.kt39 private val underTest = kosmos.assistRepository constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationsPlaceholderViewModelTest.kt36 private val underTest = kosmos.notificationsPlaceholderViewModel constant in com.android.systemui.statusbar.notification.stack.ui.viewmodel.NotificationsPlaceholderViewModelTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/chips/call/domain/interactor/
DCallChipInteractorTest.kt35 val underTest = kosmos.callChipInteractor constant

12345678910>>...23