Loading packages/SystemUI/multivalentTests/src/com/android/systemui/education/domain/ui/view/ContextualEduUiCoordinatorTest.kt +1 −1 Original line number Diff line number Diff line Loading @@ -71,7 +71,7 @@ class ContextualEduUiCoordinatorTest : SysuiTestCase() { @Mock private lateinit var accessibilityManagerWrapper: AccessibilityManagerWrapper @get:Rule val mockitoRule = MockitoJUnit.rule() private var toastContent = "" private val timeoutMillis = 3500L private val timeoutMillis = 5000L @Before fun setUp() { Loading packages/SystemUI/src/com/android/systemui/education/ui/viewmodel/ContextualEduViewModel.kt +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ constructor( ) { companion object { const val DEFAULT_DIALOG_TIMEOUT_MILLIS = 3500 const val DEFAULT_DIALOG_TIMEOUT_MILLIS = 5000 } private val timeoutMillis: Long Loading Loading
packages/SystemUI/multivalentTests/src/com/android/systemui/education/domain/ui/view/ContextualEduUiCoordinatorTest.kt +1 −1 Original line number Diff line number Diff line Loading @@ -71,7 +71,7 @@ class ContextualEduUiCoordinatorTest : SysuiTestCase() { @Mock private lateinit var accessibilityManagerWrapper: AccessibilityManagerWrapper @get:Rule val mockitoRule = MockitoJUnit.rule() private var toastContent = "" private val timeoutMillis = 3500L private val timeoutMillis = 5000L @Before fun setUp() { Loading
packages/SystemUI/src/com/android/systemui/education/ui/viewmodel/ContextualEduViewModel.kt +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ constructor( ) { companion object { const val DEFAULT_DIALOG_TIMEOUT_MILLIS = 3500 const val DEFAULT_DIALOG_TIMEOUT_MILLIS = 5000 } private val timeoutMillis: Long Loading