Searched defs:customTile (Results 1 – 2 of 2) sorted by relevance
171 CustomTile customTile = getTileForComponent(component); in requestListening() local190 CustomTile customTile = getTileForToken(token); in updateQsTile() local210 CustomTile customTile = getTileForToken(token); in onStartSuccessful() local230 CustomTile customTile = getTileForToken(token); in onShowDialog() local241 CustomTile customTile = getTileForToken(token); in onDialogHidden() local251 CustomTile customTile = getTileForToken(token); in onStartActivity() local260 CustomTile customTile = getTileForToken(token); in updateStatusIcon() local290 CustomTile customTile = getTileForToken(token); in getTile() local300 CustomTile customTile = getTileForToken(token); in startUnlockAndRun() local
68 private lateinit var customTile: CustomTile variable in com.android.systemui.qs.external.CustomTileTest