Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileServices.java229 CustomTile customTile = getTileForToken(token); in updateQsTile()
249 CustomTile customTile = getTileForToken(token); in onStartSuccessful()
269 CustomTile customTile = getTileForToken(token); in onShowDialog()
280 CustomTile customTile = getTileForToken(token); in onDialogHidden()
290 CustomTile customTile = getTileForToken(token); in onStartActivity()
299 startActivity(getTileForToken(token), pendingIntent); in startActivity()
312 CustomTile customTile = getTileForToken(token); in updateStatusIcon()
342 CustomTile customTile = getTileForToken(token); in getTile()
369 CustomTile customTile = getTileForToken(token); in startUnlockAndRun()
387 public CustomTile getTileForToken(IBinder token) { in getTileForToken() method in TileServices