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.java175 CustomTile customTile = getTileForComponent(component); in requestListening() local
194 CustomTile customTile = getTileForToken(token); in updateQsTile() local
214 CustomTile customTile = getTileForToken(token); in onStartSuccessful() local
234 CustomTile customTile = getTileForToken(token); in onShowDialog() local
245 CustomTile customTile = getTileForToken(token); in onDialogHidden() local
255 CustomTile customTile = getTileForToken(token); in onStartActivity() local
264 CustomTile customTile = getTileForToken(token); in updateStatusIcon() local
294 CustomTile customTile = getTileForToken(token); in getTile() local
304 CustomTile customTile = getTileForToken(token); in startUnlockAndRun() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
DCustomTileTest.kt83 private lateinit var customTile: CustomTile variable in com.android.systemui.qs.external.CustomTileTest