Searched defs:customTile (Results 1 – 4 of 4) sorted by relevance
210 CustomTileInterface customTile = getTileForUserAndComponent(userId, component); in requestListening() local240 CustomTileInterface customTile = getTileForToken(token); in updateQsTile() local260 CustomTileInterface customTile = getTileForToken(token); in onStartSuccessful() local280 CustomTileInterface customTile = getTileForToken(token); in onShowDialog() local291 CustomTileInterface customTile = getTileForToken(token); in onDialogHidden() local301 CustomTileInterface customTile = getTileForToken(token); in onStartActivity() local314 protected void startActivity(CustomTileInterface customTile, PendingIntent pendingIntent) { in startActivity()323 CustomTileInterface customTile = getTileForToken(token); in updateStatusIcon() local353 CustomTileInterface customTile = getTileForToken(token); in getTile() local380 CustomTileInterface customTile = getTileForToken(token); in startUnlockAndRun() local
44 fun customTile() { in customTile() method in com.android.systemui.qs.pipeline.shared.TileSpecTest
102 @Mock private lateinit var customTile: CustomTile in <lambda>() variable in com.android.systemui.qs.tileimpl.QSFactoryImplTest
103 private lateinit var customTile: CustomTile variable in com.android.systemui.qs.external.CustomTileTest