Searched refs:customSpec (Results 1 – 1 of 1) sorted by relevance
191 val customSpec = CustomTile.toSpec(ComponentName("test", "test")) in <lambda>() constant192 assertThat(factory.createTile(customSpec)).isInstanceOf(CustomTile::class.java) in <lambda>()209 val customSpec = CustomTile.toSpec(ComponentName("test", "test")) in <lambda>() constant210 val tile = factory.createTile(customSpec) as QSTileImpl<*> in <lambda>()