Searched refs:tileState (Results 1 – 3 of 3) sorted by relevance
242 val tileState = tile.state in testPersistedStateRetrieved() constant244 assertEquals(state, tileState.state) in testPersistedStateRetrieved()245 assertEquals(label, tileState.label) in testPersistedStateRetrieved()246 assertEquals(subtitle, tileState.secondaryLabel) in testPersistedStateRetrieved()247 assertEquals(contentDescription, tileState.contentDescription) in testPersistedStateRetrieved()248 assertEquals(stateDescription, tileState.stateDescription) in testPersistedStateRetrieved()
119 private var tileState = false in <lambda>() variable319 if (tileState) R.string.switch_bar_on else R.string.switch_bar_off) in <lambda>()324 info.isChecked = tileState in <lambda>()341 sb.append(", tileState=$tileState") in <lambda>()385 if (tileState != newState) { in <lambda>()386 tileState = newState in <lambda>()
392 int tileState = mTile.getState(); in handleUpdateState() local394 tileState = Tile.STATE_UNAVAILABLE; in handleUpdateState()396 state.state = tileState; in handleUpdateState()