Package org.robolectric.shadows
Class ShadowTileService
java.lang.Object
org.robolectric.shadows.ShadowTileService
@Implements(value=android.service.quicksettings.TileService.class, minSdk=24) public class ShadowTileService extends Object
-
Constructor Summary
Constructors Constructor Description ShadowTileService() -
Method Summary
Modifier and Type Method Description protected TilegetQsTile()protected booleanisLocked()voidsetLocked(boolean locked)protected voidstartActivityAndCollapse(Intent intent)Starts an activity without collapsing the quick settings panel.protected voidunlockAndRun(Runnable runnable)
-
Constructor Details
-
ShadowTileService
public ShadowTileService()
-
-
Method Details
-
getQsTile
-
unlockAndRun
-
startActivityAndCollapse
Starts an activity without collapsing the quick settings panel. -
isLocked
-
setLocked
public void setLocked(boolean locked)
-