Searched refs:removedSection (Results 1 – 1 of 1) sorted by relevance
117 val removedSection = mock(KeyguardSection::class.java) in replaceViews_withPrevBlueprint() constant120 val prevSections = underTest.sections.minus(addedSection).plus(removedSection) in replaceViews_withPrevBlueprint()133 verify(removedSection).removeViews(constraintLayout) in replaceViews_withPrevBlueprint()139 val removedSection = mock(KeyguardSection::class.java) in replaceViews_withPrevBlueprint_withRebuildTargets() constant142 val prevSections = underTest.sections.minus(addedSection).plus(removedSection) in replaceViews_withPrevBlueprint_withRebuildTargets()157 verify(removedSection).removeViews(constraintLayout) in replaceViews_withPrevBlueprint_withRebuildTargets()