Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/back/
DOnBackAnimationCallbackExtensionTest.kt21 private val onBackInvoke: () -> Unit = mock() constant in com.android.systemui.animation.back.OnBackAnimationCallbackExtensionTest
37 onBackInvoked = onBackInvoke,
83 verify(onBackInvoke).invoke() in onBackInvoked_shouldInvoke_onBackInvoke()