/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/data/repository/ |
D | AccessibilityQsShortcutsRepositoryImplForDeviceTest.kt | 99 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/ |
D | A11yShortcutAutoAddableList.kt | 39 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()
|
D | HotspotAutoAddable.kt | 43 get() = TileSpec.create(HotspotTile.TILE_SPEC) in <lambda>()
|
D | DataSaverAutoAddable.kt | 43 get() = TileSpec.create(DataSaverTile.TILE_SPEC) in <lambda>()
|
D | CastAutoAddable.kt | 40 get() = TileSpec.create(CastTile.TILE_SPEC)
|
D | WalletAutoAddable.kt | 42 private val spec = TileSpec.create(QuickAccessWalletTile.TILE_SPEC)
|
D | ReduceBrightColorsAutoAddable.kt | 48 get() = TileSpec.create(ReduceBrightColorsTile.TILE_SPEC)
|
D | DeviceControlsAutoAddable.kt | 44 private val spec = TileSpec.create(DeviceControlsTile.TILE_SPEC)
|
D | NightDisplayAutoAddable.kt | 49 private val spec = TileSpec.create(NightDisplayTile.TILE_SPEC)
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/data/restoreprocessors/ |
D | WorkTileRestoreProcessorTest.kt | 48 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/ |
D | A11yShortcutAutoAddableListTest.kt | 66 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()
|
D | WalletAutoAddableTest.kt | 81 private val SPEC by lazy { TileSpec.create(QuickAccessWalletTile.TILE_SPEC) } in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/data/repository/ |
D | AccessibilityQsShortcutsRepository.kt | 67 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/ |
D | WorkTileRestoreProcessor.kt | 60 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/ |
D | CustomTileTest.kt | 107 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/ |
D | ConnectivityModule.kt | 64 @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/ |
D | QSAccessibilityModule.kt | 74 @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/ |
D | PolicyModule.kt | 76 @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/ |
D | RotationLockModule.kt | 16 @StringKey(RotationLockTile.TILE_SPEC)
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
D | NfcTile.java | 55 public static final String TILE_SPEC = "nfc"; field in NfcTile 57 private static final String NFC = TILE_SPEC;
|
D | RecordIssueTile.kt | 166 .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/ |
D | AccessibilityTilesInteractorTest.kt | 69 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/ |
D | RecordIssueModule.kt | 37 @StringKey(RecordIssueTile.TILE_SPEC)
|
D | IssueRecordingState.kt | 39 RecordIssueTile.TILE_SPEC,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/dagger/ |
D | WalletModule.java | 69 @StringKey(QuickAccessWalletTile.TILE_SPEC)
|