Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/view/layout/blueprints/
DDefaultKeyguardBlueprintTest.kt118 val addedSection = mDefaultDeviceEntrySection in replaceViews_withPrevBlueprint() constant
120 val prevSections = underTest.sections.minus(addedSection).plus(removedSection) in replaceViews_withPrevBlueprint()
121 val unchangedSections = underTest.sections.subtract(listOf(addedSection, rebuildSection)) in replaceViews_withPrevBlueprint()
132 verify(addedSection).addViews(constraintLayout) in replaceViews_withPrevBlueprint()
140 val addedSection = mDefaultDeviceEntrySection in replaceViews_withPrevBlueprint_withRebuildTargets() constant
142 val prevSections = underTest.sections.minus(addedSection).plus(removedSection) in replaceViews_withPrevBlueprint_withRebuildTargets()
143 val unchangedSections = underTest.sections.subtract(listOf(addedSection, rebuildSection)) in replaceViews_withPrevBlueprint_withRebuildTargets()
154 verify(addedSection).addViews(constraintLayout) in replaceViews_withPrevBlueprint_withRebuildTargets()