Home
last modified time | relevance | path

Searched refs:TILE_SPEC (Results 1 – 25 of 66) sorted by relevance

123

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/data/repository/
DAccessibilityQsShortcutsRepositoryImplForDeviceTest.kt99 assertThat(mapping[ColorCorrectionTile.TILE_SPEC]) in testTileSpecToComponentMappingContent()
101 assertThat(mapping[ColorInversionTile.TILE_SPEC]) in testTileSpecToComponentMappingContent()
103 assertThat(mapping[OneHandedModeTile.TILE_SPEC]) in testTileSpecToComponentMappingContent()
105 assertThat(mapping[ReduceBrightColorsTile.TILE_SPEC]) in testTileSpecToComponentMappingContent()
109 assertThat(mapping[FontScalingTile.TILE_SPEC]) in testTileSpecToComponentMappingContent()
111 assertThat(mapping[HearingDevicesTile.TILE_SPEC]) in testTileSpecToComponentMappingContent()
167 TileSpec.create(ColorCorrectionTile.TILE_SPEC), in notifyAccessibilityManagerTilesChanged_convertA11yTilesSpecToComponentName()
168 TileSpec.create(ColorInversionTile.TILE_SPEC), in notifyAccessibilityManagerTilesChanged_convertA11yTilesSpecToComponentName()
169 TileSpec.create(OneHandedModeTile.TILE_SPEC), in notifyAccessibilityManagerTilesChanged_convertA11yTilesSpecToComponentName()
170 TileSpec.create(ReduceBrightColorsTile.TILE_SPEC), in notifyAccessibilityManagerTilesChanged_convertA11yTilesSpecToComponentName()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/domain/autoaddable/
DA11yShortcutAutoAddableList.kt39 TileSpec.create(ColorCorrectionTile.TILE_SPEC), in getA11yShortcutAutoAddables()
43 TileSpec.create(ColorInversionTile.TILE_SPEC), in getA11yShortcutAutoAddables()
47 TileSpec.create(OneHandedModeTile.TILE_SPEC), in getA11yShortcutAutoAddables()
51 TileSpec.create(ReduceBrightColorsTile.TILE_SPEC), in getA11yShortcutAutoAddables()
55 TileSpec.create(HearingDevicesTile.TILE_SPEC), in getA11yShortcutAutoAddables()
DHotspotAutoAddable.kt43 get() = TileSpec.create(HotspotTile.TILE_SPEC) in <lambda>()
DDataSaverAutoAddable.kt43 get() = TileSpec.create(DataSaverTile.TILE_SPEC) in <lambda>()
DCastAutoAddable.kt40 get() = TileSpec.create(CastTile.TILE_SPEC)
DWalletAutoAddable.kt42 private val spec = TileSpec.create(QuickAccessWalletTile.TILE_SPEC)
DReduceBrightColorsAutoAddable.kt48 get() = TileSpec.create(ReduceBrightColorsTile.TILE_SPEC)
DDeviceControlsAutoAddable.kt44 private val spec = TileSpec.create(DeviceControlsTile.TILE_SPEC)
DNightDisplayAutoAddable.kt49 private val spec = TileSpec.create(NightDisplayTile.TILE_SPEC)
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/data/restoreprocessors/
DWorkTileRestoreProcessorTest.kt48 restoredTiles = listOf(TILE_SPEC), in <lambda>()
49 restoredAutoAddedTiles = setOf(TILE_SPEC), in <lambda>()
66 restoredTiles = listOf(TILE_SPEC), in <lambda>()
67 restoredAutoAddedTiles = setOf(TILE_SPEC), in <lambda>()
95 private val TILE_SPEC = TileSpec.Companion.create("work") constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/domain/autoaddable/
DA11yShortcutAutoAddableListTest.kt66 TileSpec.create(ColorCorrectionTile.TILE_SPEC), in getA11yShortcutAutoAddables_withA11yQsShortcutFlagOn_correctAutoAddables()
70 TileSpec.create(ColorInversionTile.TILE_SPEC), in getA11yShortcutAutoAddables_withA11yQsShortcutFlagOn_correctAutoAddables()
74 TileSpec.create(OneHandedModeTile.TILE_SPEC), in getA11yShortcutAutoAddables_withA11yQsShortcutFlagOn_correctAutoAddables()
78 TileSpec.create(ReduceBrightColorsTile.TILE_SPEC), in getA11yShortcutAutoAddables_withA11yQsShortcutFlagOn_correctAutoAddables()
82 TileSpec.create(HearingDevicesTile.TILE_SPEC), in getA11yShortcutAutoAddables_withA11yQsShortcutFlagOn_correctAutoAddables()
DWalletAutoAddableTest.kt81 private val SPEC by lazy { TileSpec.create(QuickAccessWalletTile.TILE_SPEC) } in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/data/repository/
DAccessibilityQsShortcutsRepository.kt67 ColorCorrectionTile.TILE_SPEC to
69 ColorInversionTile.TILE_SPEC to
71 OneHandedModeTile.TILE_SPEC to
73 ReduceBrightColorsTile.TILE_SPEC to
76 FontScalingTile.TILE_SPEC to
78 HearingDevicesTile.TILE_SPEC to
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/data/restoreprocessors/
DWorkTileRestoreProcessor.kt60 if (TILE_SPEC in restoreData.restoredTiles) { in postProcessRestore()
64 restoreData.restoredTiles.indexOf(TILE_SPEC) in postProcessRestore()
80 private val TILE_SPEC = TileSpec.create(WorkModeTile.TILE_SPEC) constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
DCustomTileTest.kt107 private val TILE_SPEC = CustomTile.toSpec(componentName) constant in com.android.systemui.qs.external.CustomTileTest
153 customTile = CustomTile.create(customTileFactory, TILE_SPEC, mContext) in setUp()
166 val tile = CustomTile.create(customTileFactory, TILE_SPEC, userContext) in testCorrectUser()
176 customTile = CustomTile.create(customTileFactory, TILE_SPEC, mContext) in testToggleableTileHasBooleanState()
193 customTile = CustomTile.create(customTileFactory, TILE_SPEC, mContext) in testValueUpdatedInBooleanTile()
263 val tile = CustomTile.create(customTileFactory, TILE_SPEC, mContext) in testPersistedStateRetrieved()
301 val tile = CustomTile.create(customTileFactory, TILE_SPEC, mContext) in testStoreStateOnChange()
317 val tile = CustomTile.create(customTileFactory, TILE_SPEC, mContext) in testAvailableBeforeInitialization()
323 val tile = CustomTile.create(customTileFactory, TILE_SPEC, mContext) in testNotAvailableAfterInitializationWithoutIcon()
335 val tile = CustomTile.create(customTileFactory, TILE_SPEC, mContext) in testInvalidPendingIntentDoesNotStartActivity()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/
DConnectivityModule.kt64 @StringKey(BluetoothTile.TILE_SPEC)
70 @StringKey(CastTile.TILE_SPEC) in bindBluetoothTile()
76 @StringKey(HotspotTile.TILE_SPEC) in bindBluetoothTile()
82 @StringKey(AirplaneModeTile.TILE_SPEC) in bindBluetoothTile()
88 @StringKey(DataSaverTile.TILE_SPEC) in bindBluetoothTile()
92 @Binds @IntoMap @StringKey(NfcTile.TILE_SPEC) fun bindNfcTile(nfcTile: NfcTile): QSTileImpl<*> in bindBluetoothTile()
127 @StringKey(InternetTile.TILE_SPEC) in bindBluetoothTile()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/qs/
DQSAccessibilityModule.kt74 @StringKey(ColorInversionTile.TILE_SPEC)
80 @StringKey(NightDisplayTile.TILE_SPEC) in bindColorInversionTile()
86 @StringKey(ReduceBrightColorsTile.TILE_SPEC) in bindColorInversionTile()
92 @StringKey(OneHandedModeTile.TILE_SPEC) in bindColorInversionTile()
98 @StringKey(ColorCorrectionTile.TILE_SPEC) in bindColorInversionTile()
104 @StringKey(DreamTile.TILE_SPEC) in bindColorInversionTile()
110 @StringKey(FontScalingTile.TILE_SPEC) in bindColorInversionTile()
116 @StringKey(HearingDevicesTile.TILE_SPEC) in bindColorInversionTile()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DPolicyModule.kt76 @Binds @IntoMap @StringKey(DndTile.TILE_SPEC) fun bindDndTile(dndTile: DndTile): QSTileImpl<*> in bindDndTile()
81 @StringKey(WorkModeTile.TILE_SPEC) in bindDndTile()
397 @StringKey(FlashlightTile.TILE_SPEC)
403 @StringKey(LocationTile.TILE_SPEC)
409 @StringKey(CameraToggleTile.TILE_SPEC)
415 @StringKey(MicrophoneToggleTile.TILE_SPEC)
421 @StringKey(AlarmTile.TILE_SPEC)
426 @StringKey(UiModeNightTile.TILE_SPEC)
/frameworks/base/packages/SystemUI/src/com/android/systemui/rotationlock/
DRotationLockModule.kt16 @StringKey(RotationLockTile.TILE_SPEC)
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DNfcTile.java55 public static final String TILE_SPEC = "nfc"; field in NfcTile
57 private static final String NFC = TILE_SPEC;
DRecordIssueTile.kt166 .dialogTransitionController(DialogCuj(CUJ_SHADE_DIALOG_OPEN, TILE_SPEC)) in showPrompt()
202 const val TILE_SPEC = "record_issue" constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/domain/interactor/
DAccessibilityTilesInteractorTest.kt69 private val USER_0_TILES = listOf(TileSpec.create(ColorInversionTile.TILE_SPEC)) in <lambda>()
70 private val USER_1_TILES = listOf(TileSpec.create(ColorCorrectionTile.TILE_SPEC)) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recordissue/
DRecordIssueModule.kt37 @StringKey(RecordIssueTile.TILE_SPEC)
DIssueRecordingState.kt39 RecordIssueTile.TILE_SPEC,
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/dagger/
DWalletModule.java69 @StringKey(QuickAccessWalletTile.TILE_SPEC)

123