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.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
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/pipeline/shared/
DTileSpecTest.kt42 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.kt96 private lateinit var customTile: CustomTile variable in com.android.systemui.qs.external.CustomTileTest