Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileServices.java210 CustomTileInterface customTile = getTileForUserAndComponent(userId, component); in requestListening() local
240 CustomTileInterface customTile = getTileForToken(token); in updateQsTile() local
260 CustomTileInterface customTile = getTileForToken(token); in onStartSuccessful() local
280 CustomTileInterface customTile = getTileForToken(token); in onShowDialog() local
291 CustomTileInterface customTile = getTileForToken(token); in onDialogHidden() local
301 CustomTileInterface customTile = getTileForToken(token); in onStartActivity() local
314 protected void startActivity(CustomTileInterface customTile, PendingIntent pendingIntent) { in startActivity()
323 CustomTileInterface customTile = getTileForToken(token); in updateStatusIcon() local
353 CustomTileInterface customTile = getTileForToken(token); in getTile() local
380 CustomTileInterface customTile = getTileForToken(token); in startUnlockAndRun() local
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/shared/
DTileSpecTest.kt44 fun customTile() { in customTile() method in com.android.systemui.qs.pipeline.shared.TileSpecTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/
DQSFactoryImplTest.kt102 @Mock private lateinit var customTile: CustomTile in <lambda>() variable in com.android.systemui.qs.tileimpl.QSFactoryImplTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
DCustomTileTest.kt103 private lateinit var customTile: CustomTile variable in com.android.systemui.qs.external.CustomTileTest