Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
DInWindowLauncherUnlockAnimationInteractorTest.kt95 testComponent.inWindowLauncherUnlockAnimationRepository.setLauncherActivityClass( in testTransitioningToGoneWithInWindowAnimation_trueIfTopActivityIsLauncher_andTransitioningToGone()
178 testComponent.inWindowLauncherUnlockAnimationRepository.setLauncherActivityClass( in testTransitioningToGoneWithInWindowAnimation_falseIfTopActivityIsLauncherPartwayThrough()
255 testComponent.inWindowLauncherUnlockAnimationRepository.setLauncherActivityClass( in testTransitioningToGoneWithInWindowAnimation_falseIfTopActivityIsLauncherWhileNotTransitioningToGone()
299 testComponent.inWindowLauncherUnlockAnimationRepository.setLauncherActivityClass( in testShouldStartInWindowAnimation_trueOnceSurfaceAvailable_falseWhenTransitionEnds()
363 testComponent.inWindowLauncherUnlockAnimationRepository.setLauncherActivityClass( in testShouldStartInWindowAnimation_neverTrueIfSurfaceNotAvailable()
405 testComponent.inWindowLauncherUnlockAnimationRepository.setLauncherActivityClass( in testShouldStartInWindowAnimation_falseIfSurfaceAvailable_afterTransitionInterrupted()
DKeyguardSurfaceBehindInteractorTest.kt57 inWindowUnlockInteractor.setLauncherActivityClass(LAUNCHER_ACTIVITY_NAME) in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DInWindowLauncherUnlockAnimationInteractor.kt86 fun setLauncherActivityClass(className: String) { in <lambda>() method
87 repository.setLauncherActivityClass(className) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
DInWindowLauncherUnlockAnimationRepository.kt82 fun setLauncherActivityClass(className: String) { in setLauncherActivityClass() method in com.android.systemui.keyguard.data.repository.InWindowLauncherUnlockAnimationRepository
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/
DInWindowLauncherUnlockAnimationManager.kt87 interactor.setLauncherActivityClass(activityClass) in <lambda>()