Home
last modified time | relevance | path

Searched defs:customTile (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileServices.java203 CustomTile customTile = getTileForUserAndComponent(userId, component); in requestListening() local
229 CustomTile customTile = getTileForToken(token); in updateQsTile() local
249 CustomTile customTile = getTileForToken(token); in onStartSuccessful() local
269 CustomTile customTile = getTileForToken(token); in onShowDialog() local
280 CustomTile customTile = getTileForToken(token); in onDialogHidden() local
290 CustomTile customTile = getTileForToken(token); in onStartActivity() local
303 protected void startActivity(CustomTile customTile, PendingIntent pendingIntent) { in startActivity()
312 CustomTile customTile = getTileForToken(token); in updateStatusIcon() local
342 CustomTile customTile = getTileForToken(token); in getTile() local
369 CustomTile customTile = getTileForToken(token); in startUnlockAndRun() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/pipeline/shared/
H A DTileSpecTest.kt42 fun customTile() { regex