Searched defs:customTile (Results 1 – 2 of 2) sorted by relevance
175 CustomTile customTile = getTileForComponent(component); in requestListening() local194 CustomTile customTile = getTileForToken(token); in updateQsTile() local214 CustomTile customTile = getTileForToken(token); in onStartSuccessful() local234 CustomTile customTile = getTileForToken(token); in onShowDialog() local245 CustomTile customTile = getTileForToken(token); in onDialogHidden() local255 CustomTile customTile = getTileForToken(token); in onStartActivity() local264 CustomTile customTile = getTileForToken(token); in updateStatusIcon() local294 CustomTile customTile = getTileForToken(token); in getTile() local304 CustomTile customTile = getTileForToken(token); in startUnlockAndRun() local
83 private lateinit var customTile: CustomTile variable in com.android.systemui.qs.external.CustomTileTest