Searched refs:setLauncherActivityClass (Results 1 – 5 of 5) sorted by relevance
95 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()
57 inWindowUnlockInteractor.setLauncherActivityClass(LAUNCHER_ACTIVITY_NAME) in setUp()
86 fun setLauncherActivityClass(className: String) { in <lambda>() method87 repository.setLauncherActivityClass(className) in <lambda>()
82 fun setLauncherActivityClass(className: String) { in setLauncherActivityClass() method in com.android.systemui.keyguard.data.repository.InWindowLauncherUnlockAnimationRepository
87 interactor.setLauncherActivityClass(activityClass) in <lambda>()