Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
DCustomTileTest.kt95 private lateinit var customTileBuilder: CustomTile.Builder variable in com.android.systemui.qs.external.CustomTileTest
116 customTileBuilder = CustomTile.Builder( in setUp()
130 customTile = CustomTile.create(customTileBuilder, TILE_SPEC, mContext) in setUp()
143 val tile = CustomTile.create(customTileBuilder, TILE_SPEC, userContext) in testCorrectUser()
153 customTile = CustomTile.create(customTileBuilder, TILE_SPEC, mContext) in testToggleableTileHasBooleanState()
170 customTile = CustomTile.create(customTileBuilder, TILE_SPEC, mContext) in testValueUpdatedInBooleanTile()
240 val tile = CustomTile.create(customTileBuilder, TILE_SPEC, mContext) in testPersistedStateRetrieved()
278 val tile = CustomTile.create(customTileBuilder, TILE_SPEC, mContext) in testStoreStateOnChange()
294 val tile = CustomTile.create(customTileBuilder, TILE_SPEC, mContext) in testAvailableBeforeInitialization()
300 val tile = CustomTile.create(customTileBuilder, TILE_SPEC, mContext) in testNotAvailableAfterInitializationWithoutIcon()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/
DQSFactoryImplTest.kt101 @Mock(answer = Answers.RETURNS_SELF) private lateinit var customTileBuilder: CustomTile.Builder in <lambda>() variable in com.android.systemui.qs.tileimpl.QSFactoryImplTest
142 whenever(customTileBuilder.build()).thenReturn(customTile) in <lambda>()
177 { customTileBuilder }, in <lambda>()