Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/
DQSFactoryImplTest.kt191 val customSpec = CustomTile.toSpec(ComponentName("test", "test")) in <lambda>() constant
192 assertThat(factory.createTile(customSpec)).isInstanceOf(CustomTile::class.java) in <lambda>()
209 val customSpec = CustomTile.toSpec(ComponentName("test", "test")) in <lambda>() constant
210 val tile = factory.createTile(customSpec) as QSTileImpl<*> in <lambda>()