Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/data/repository/
DAccessibilityQsShortcutsRepositoryImplForDeviceTest.kt133 val changedTiles = in notifyAccessibilityManagerTilesChanged_customTiles_onlyNotifyA11yTileServices() constant
140 underTest.notifyAccessibilityManagerTilesChanged(context, changedTiles) in notifyAccessibilityManagerTilesChanged_customTiles_onlyNotifyA11yTileServices()
153 val changedTiles = listOf(TileSpec.create("a")) in notifyAccessibilityManagerTilesChanged_noMatchingA11yFrameworkTiles() constant
155 underTest.notifyAccessibilityManagerTilesChanged(context, changedTiles) in notifyAccessibilityManagerTilesChanged_noMatchingA11yFrameworkTiles()
165 val changedTiles = in notifyAccessibilityManagerTilesChanged_convertA11yTilesSpecToComponentName() constant
174 underTest.notifyAccessibilityManagerTilesChanged(context, changedTiles) in notifyAccessibilityManagerTilesChanged_convertA11yTilesSpecToComponentName()