Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileServices.java240 CustomTileInterface customTile = getTileForToken(token); in updateQsTile()
260 CustomTileInterface customTile = getTileForToken(token); in onStartSuccessful()
280 CustomTileInterface customTile = getTileForToken(token); in onShowDialog()
291 CustomTileInterface customTile = getTileForToken(token); in onDialogHidden()
301 CustomTileInterface customTile = getTileForToken(token); in onStartActivity()
310 startActivity(getTileForToken(token), pendingIntent); in startActivity()
323 CustomTileInterface customTile = getTileForToken(token); in updateStatusIcon()
353 CustomTileInterface customTile = getTileForToken(token); in getTile()
380 CustomTileInterface customTile = getTileForToken(token); in startUnlockAndRun()
398 public CustomTileInterface getTileForToken(IBinder token) { in getTileForToken() method in TileServices