Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/data/repository/
DAccessibilityQsShortcutsRepositoryImplForDeviceTest.kt140 underTest.notifyAccessibilityManagerTilesChanged(context, changedTiles) in notifyAccessibilityManagerTilesChanged_customTiles_onlyNotifyA11yTileServices()
155 underTest.notifyAccessibilityManagerTilesChanged(context, changedTiles) in notifyAccessibilityManagerTilesChanged_noMatchingA11yFrameworkTiles()
174 underTest.notifyAccessibilityManagerTilesChanged(context, changedTiles) in notifyAccessibilityManagerTilesChanged_convertA11yTilesSpecToComponentName()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/data/repository/
DAccessibilityQsShortcutsRepository.kt53 suspend fun notifyAccessibilityManagerTilesChanged(userContext: Context, tiles: List<TileSpec>) in <lambda>() method
98 override suspend fun notifyAccessibilityManagerTilesChanged( in notifyAccessibilityManagerTilesChanged() method in com.android.systemui.accessibility.data.repository.AccessibilityQsShortcutsRepositoryImpl
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/accessibility/data/repository/
DFakeAccessibilityQsShortcutsRepository.kt37 override suspend fun notifyAccessibilityManagerTilesChanged( in notifyAccessibilityManagerTilesChanged() method in com.android.systemui.accessibility.data.repository.FakeAccessibilityQsShortcutsRepository
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/domain/interactor/
DAccessibilityTilesInteractor.kt64 a11yQsShortcutsRepository.notifyAccessibilityManagerTilesChanged( in <lambda>()