Searched refs:tileServiceManager (Results 1 – 2 of 2) sorted by relevance
198 final TileServiceManager tileServiceManager = mServices.get(customTile); in updateQsTile() local199 if (tileServiceManager == null || !tileServiceManager.isLifecycleStarted()) { in updateQsTile()204 tileServiceManager.clearPendingBind(); in updateQsTile()205 tileServiceManager.setLastUpdate(System.currentTimeMillis()); in updateQsTile()218 final TileServiceManager tileServiceManager = mServices.get(customTile); in onStartSuccessful() local221 if (tileServiceManager == null || !tileServiceManager.isLifecycleStarted()) { in onStartSuccessful()226 tileServiceManager.clearPendingBind(); in onStartSuccessful()
76 @Mock private lateinit var tileServiceManager: TileServiceManager variable in com.android.systemui.qs.external.CustomTileTest97 .thenReturn(tileServiceManager) in setUp()98 `when`(tileServiceManager.tileService).thenReturn(tileService) in setUp()140 `when`(tileServiceManager.isToggleableTile).thenReturn(true) in testToggleableTileHasBooleanState()157 `when`(tileServiceManager.isToggleableTile).thenReturn(true) in testValueUpdatedInBooleanTile()225 `when`(tileServiceManager.isActiveTile).thenReturn(true) in testPersistedStateRetrieved()260 `when`(tileServiceManager.isActiveTile).thenReturn(true) in testStoreStateOnChange()