Searched refs:mUnderTest (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ |
D | QSImplTest.java | 119 private QSImpl mUnderTest; field in QSImplTest 126 mUnderTest = instantiate(); in setup() 128 mUnderTest.onComponentCreated(mQsComponent, null); in setup() 144 mUnderTest.setListening(true); in testSaveState() 145 mUnderTest.setExpanded(true); in testSaveState() 146 mUnderTest.setQsVisible(true); in testSaveState() 149 mUnderTest.onSaveInstanceState(bundle); in testSaveState() 168 mUnderTest.setTransitionToFullShadeProgress(isTransitioningToFullShade, transitionProgress, in transitionToFullShade_smallScreen_alphaAlways1() 183 mUnderTest.setTransitionToFullShadeProgress(isTransitioningToFullShade, transitionProgress, in transitionToFullShade_largeScreen_alphaLargeScreenShadeInterpolator() 198 mUnderTest.setTransitionToFullShadeProgress(isTransitioningToFullShade, transitionProgress, in transitionToFullShade_onKeyguard_noBouncer_setsAlphaUsingLinearInterpolator() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
D | LegacyLockIconViewControllerWithCoroutinesTest.kt | 57 mUnderTest.mIsDozingCallback.accept(false) in testLockIcon_clearsIconWhenUnlocked() 78 mUnderTest.mIsDozingCallback.accept(true) in testLockIcon_updateToAodLock_whenUdfpsEnrolled() 102 mUnderTest.mIsDozingCallback.accept(true) in testBurnInOffsetsUpdated_onDozeAmountChanged() 103 mUnderTest.mDozeTransitionCallback.accept(1f) in testBurnInOffsetsUpdated_onDozeAmountChanged() 111 mUnderTest.mIsDozingCallback.accept(false) in testBurnInOffsetsUpdated_onDozeAmountChanged() 112 mUnderTest.mDozeTransitionCallback.accept(0f) in testBurnInOffsetsUpdated_onDozeAmountChanged() 129 mUnderTest.mIsActiveDreamLockscreenHostedCallback.accept( in testHideLockIconView_onLockscreenHostedDreamStateChanged() 138 mUnderTest.mIsActiveDreamLockscreenHostedCallback.accept( in testHideLockIconView_onLockscreenHostedDreamStateChanged()
|
D | LegacyLockIconViewControllerTest.java | 359 mUnderTest.vibrateOnTouchExploration(); in playHaptic_onTouchExploration_performHapticFeedback() 368 mUnderTest.vibrateOnLongPress(); in playHaptic_onLongPress_performHapticFeedback() 380 mUnderTest.onLongPress(); in longPress_showBouncer_sceneContainerNotEnabled() 394 mUnderTest.onLongPress(); in longPress_showBouncer() 408 mUnderTest.onLongPress(); in longPress_falsingTriggered_doesNotShowBouncer()
|
D | LegacyLockIconViewControllerBaseTest.java | 104 protected LegacyLockIconViewController mUnderTest; field in LegacyLockIconViewControllerBaseTest 161 mUnderTest = new LegacyLockIconViewController( in setUp() 242 mUnderTest.setLockIconView(mLockIconView); in init()
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/users/ |
D | CreateUserDialogControllerTest.java | 59 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 …]
|