Searched refs:customTileBuilder (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/ |
D | CustomTileTest.kt | 95 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/ |
D | QSFactoryImplTest.kt | 101 @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>()
|