Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
DCustomTileTest.kt109 private val customTileFactory = object : CustomTile.Factory { 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/tests/src/com/android/systemui/qs/tileimpl/
DQSFactoryImplTest.kt101 @Mock private lateinit var customTileFactory: CustomTile.Factory in <lambda>() variable in com.android.systemui.qs.tileimpl.QSFactoryImplTest
141 whenever(customTileFactory.create(anyString(), any())).thenReturn(customTile) in <lambda>()
176 { customTileFactory }, in <lambda>()