Searched refs:removeState (Results 1 – 7 of 7) sorted by relevance
87 fun removeState(key: TileServiceKey) { regex
78 public synchronized boolean removeState(int state) { in removeState() method in GraphRunner.State248 if (mState.removeState(State.PAUSED)) { in onResume()262 if (mState.removeState(State.HALTED)) { in onRestart()
155 customTileStatePersister.removeState(KEY)
499 .removeState(TileServiceKey(TEST_COMPONENT, USER_INFO_0.id))571 .removeState(TileServiceKey(TEST_COMPONENT, USER_INFO_0.id))
325 customTileStatePersister.removeState(TileServiceKey(componentName, userId))
495 mCustomTileStatePersister.removeState(new TileServiceKey(component, mCurrentUser)); in changeTilesByUser()
474 .removeState(new TileServiceKey(CUSTOM_TILE, mQSTileHost.getUserId())); in testCustomTileRemoved_stateDeleted()