Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DLockIconViewControllerWithCoroutinesTest.kt59 mUnderTest.mIsDozingCallback.accept(true)
81 mUnderTest.mIsDozingCallback.accept(true)
105 mUnderTest.mIsDozingCallback.accept(true)
106 mUnderTest.mDozeTransitionCallback.accept(TransitionStep(LOCKSCREEN, AOD, 1f, FINISHED))
114 mUnderTest.mIsDozingCallback.accept(false)
115 mUnderTest.mDozeTransitionCallback.accept(TransitionStep(AOD, LOCKSCREEN, 0f, FINISHED))
132 mUnderTest.mIsActiveDreamLockscreenHostedCallback.accept(
141 mUnderTest.mIsActiveDreamLockscreenHostedCallback.accept(
H A DLockIconViewControllerTest.java352 mUnderTest.vibrateOnTouchExploration(); in playHaptic_onTouchExploration_NoOneWayHaptics_usesVibrate()
368 mUnderTest.vibrateOnTouchExploration(); in playHaptic_onTouchExploration_withOneWayHaptics_performHapticFeedback()
379 mUnderTest.vibrateOnLongPress(); in playHaptic_onLongPress_NoOneWayHaptics_usesVibrate()
395 mUnderTest.vibrateOnLongPress(); in playHaptic_onLongPress_withOneWayHaptics_performHapticFeedback()
H A DLockIconViewControllerBaseTest.java100 protected LockIconViewController mUnderTest; field in LockIconViewControllerBaseTest
152 mUnderTest = new LockIconViewController( in setUp()
233 mUnderTest.init(); in init()
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/users/
H A DCreateUserDialogControllerTest.java59 private TestCreateUserDialogController mUnderTest; field in CreateUserDialogControllerTest
66 mUnderTest = new TestCreateUserDialogController(); in setup()
74 final AlertDialog dialog = (AlertDialog) mUnderTest.createDialog(mActivity, in positiveButton_grantAdminStage_noValue_OkButtonShouldBeDisabled()
91 final AlertDialog dialog = (AlertDialog) mUnderTest.createDialog(mActivity, in positiveButton_MultipleAdminDisabled_shouldSkipGrantAdminStage()
110 final AlertDialog dialog = (AlertDialog) mUnderTest.createDialog(mActivity, in editUserInfoController_shouldOnlyBeVisibleOnLastStage()
129 final AlertDialog dialog = (AlertDialog) mUnderTest.createDialog(mActivity, in positiveButton_MultipleAdminEnabled_shouldShowGrantAdminStage()
150 AlertDialog dialog = (AlertDialog) mUnderTest.createDialog(mActivity, in cancelCallback_isCalled_whenCancelled()
165 AlertDialog dialog = (AlertDialog) mUnderTest.createDialog(mActivity, in cancelCallback_isCalled_whenNegativeButtonClickedOnFirstStage()
181 AlertDialog dialog = (AlertDialog) mUnderTest.createDialog(mActivity, in cancelCallback_isNotCalled_whenNegativeButtonClickedOnSecondStage()
199 AlertDialog dialog = (AlertDialog) mUnderTest.createDialog(mActivity, in successCallback_isCalled_setNameAndAdminStatus()
[all …]