Home
last modified time | relevance | path

Searched defs:tileState (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/flashlight/domain/
H A DFlashlightMapperTest.kt53 val tileState: QSTileState = in mapsDisabledDataToInactiveState() constant
63 val tileState: QSTileState = in mapsEnabledDataToActiveState() constant
72 val tileState: QSTileState = in mapsEnabledDataToOnIconState() constant
83 val tileState: QSTileState = in mapsDisabledDataToOffIconState() constant
94 val tileState: QSTileState = in mapsUnavailableDataToOffIconState() constant
106 val tileState: QSTileState = in supportClickActionWhenAvailable() constant
115 val tileState: QSTileState = in doesNotSupportClickActionWhenUnavailable() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/location/domain/
H A DLocationTileMapperTest.kt54 val tileState: QSTileState = mapper.map(qsTileConfig, LocationTileModel(false)) in mapsDisabledDataToInactiveState() constant
62 val tileState: QSTileState = mapper.map(qsTileConfig, LocationTileModel(true)) in mapsEnabledDataToActiveState() constant
70 val tileState: QSTileState = mapper.map(qsTileConfig, LocationTileModel(true)) in mapsEnabledDataToOnIconState() constant
79 val tileState: QSTileState = mapper.map(qsTileConfig, LocationTileModel(false)) in mapsDisabledDataToOffIconState() constant
90 val tileState: QSTileState = mapper.map(qsTileConfig, LocationTileModel(dontCare)) in supportsClickAndLongClickActions() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/irecording/
H A DIssueRecordingMapperTest.kt56 val tileState = underTest.map(config, IssueRecordingModel(true)) in whenData_isRecording_useCorrectResources() constant
63 val tileState = underTest.map(config, IssueRecordingModel(false)) in whenData_isNotRecording_useCorrectResources() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/
H A DModesTileTest.kt172 val tileState = in handleUpdateState_withTileModel_updatesState() constant
193 val tileState = in handleUpdateState_withNull_updatesState() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/hearingdevices/domain/
H A DHearingDevicesTileMapperTest.kt49 val tileState: QSTileState = in map_anyActiveHearingDevice_anyPairedHearingDevice_activeState() constant
67 val tileState: QSTileState = in map_noActiveHearingDevice_anyPairedHearingDevice_inactiveState() constant
85 val tileState: QSTileState = in map_noActiveHearingDevice_noPairedHearingDevice_inactiveState() constant
/aosp_15_r20/cts/tests/quicksettings/src/android/quicksettings/cts/
H A DBooleanTileServiceTest.java44 final QsTileState tileState = findTileState(); in testTileInDumpAndHasBooleanState() local
60 QsTileState tileState = findTileState(); in testValueTracksState() local
H A DTileServiceTest.java123 final QsTileState tileState = findTileState(); in testTileInDumpAndHasNonBooleanState() local
142 final QsTileState tileState = findTileState(); in testTileInDumpAndHasCorrectState() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/qs/tiles/base/logging/
DQSTileLogger.java77 com.android.systemui.qs.tiles.viewmodel.QSTileState tileState, T data) { in logUserActionPipeline()
93 com.android.systemui.qs.tiles.viewmodel.QSTileState tileState, T data) { in logStateUpdate()
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/external/
H A DCustomTileTest.kt281 val tileState = tile.state in testPersistedStateRetrieved() constant
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/qs/tiles/
DModesTile.java41 private com.android.systemui.qs.tiles.viewmodel.QSTileState tileState; field in ModesTile
DNotesTile.java59 private com.android.systemui.qs.tiles.viewmodel.QSTileState tileState; field in NotesTile
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/custom/domain/
H A DCustomTileMapper.kt67 var tileState: Int = data.tile.state in map() variable
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DNotesTile.kt74 private lateinit var tileState: QSTileState variable in com.android.systemui.qs.tiles.NotesTile
H A DModesTile.kt83 private lateinit var tileState: QSTileState variable
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSTileViewImpl.kt188 private var tileState = false in <lambda>() variable
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DCustomTile.java448 int tileState = mTile.getState(); in handleUpdateState() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/qs/tileimpl/
DQSTileViewImpl.java120 private boolean tileState = false; field in QSTileViewImpl
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kotlin/
DSystemUI-core.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/frameworks__base__packages__SystemUI__android_common__SystemUI-core. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/repackaged-jarjar/kotlinc/
DSystemUI-core.jarcom/android/systemui/wallpapers/ui/viewmodel/WallpaperViewModel.class WallpaperViewModel.kt package ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/repackaged-jarjar/javac/
DSystemUI-core.jarcom/android/systemui/wmshell/WMShell_Factory.class WMShell_Factory.java package com.android. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/javac/
DSystemUI-core.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/target/common/obj/APPS/SystemUI_intermediates/
Dclasses.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/NOTICE.txt META ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI/android_common/withres/
DSystemUI.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/NOTICE.txt META ...