Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileServices.java171 CustomTile customTile = getTileForComponent(component); in requestListening() local
190 CustomTile customTile = getTileForToken(token); in updateQsTile() local
210 CustomTile customTile = getTileForToken(token); in onStartSuccessful() local
230 CustomTile customTile = getTileForToken(token); in onShowDialog() local
241 CustomTile customTile = getTileForToken(token); in onDialogHidden() local
251 CustomTile customTile = getTileForToken(token); in onStartActivity() local
260 CustomTile customTile = getTileForToken(token); in updateStatusIcon() local
290 CustomTile customTile = getTileForToken(token); in getTile() local
300 CustomTile customTile = getTileForToken(token); in startUnlockAndRun() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
DCustomTileTest.kt68 private lateinit var customTile: CustomTile variable in com.android.systemui.qs.external.CustomTileTest