Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileServices.java176 if (customTile == null) { in requestListening()
195 if (customTile != null) { in updateQsTile()
196 verifyCaller(customTile); in updateQsTile()
215 if (customTile != null) { in onStartSuccessful()
216 verifyCaller(customTile); in onStartSuccessful()
235 if (customTile != null) { in onShowDialog()
246 if (customTile != null) { in onDialogHidden()
256 if (customTile != null) { in onStartActivity()
265 if (customTile != null) { in updateStatusIcon()
295 if (customTile != null) { in getTile()
[all …]
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
H A DCustomTileTest.kt83 private lateinit var customTile: CustomTile
119 customTile.initialize()
125 assertEquals(0, customTile.user)
142 customTile.initialize()
159 customTile.initialize()
166 val state = customTile.newTileState()
170 customTile.handleUpdateState(state, null)
174 customTile.handleUpdateState(state, null)
178 customTile.handleUpdateState(state, null)
187 customTile.handleUpdateState(customTile.newTileState(), null)
[all …]