Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/data/repository/
DAccessibilityQsShortcutsRepository.kt65 val TILE_SPEC_TO_COMPONENT_MAPPING = constant
112 if (TILE_SPEC_TO_COMPONENT_MAPPING.containsKey(tileSpec.spec)) { in notifyAccessibilityManagerTilesChanged()
113 newTiles.add(TILE_SPEC_TO_COMPONENT_MAPPING[tileSpec.spec]!!) in notifyAccessibilityManagerTilesChanged()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/data/repository/
DAccessibilityQsShortcutsRepositoryImplForDeviceTest.kt96 val mapping = AccessibilityQsShortcutsRepositoryImpl.TILE_SPEC_TO_COMPONENT_MAPPING in testTileSpecToComponentMappingContent()