Searched refs:updateRebindId (Results 1 – 4 of 4) sorted by relevance
126 assertTrue(handler.updateRebindId(null)) in updateRebindId_returnsAsExpected()127 assertTrue(handler.updateRebindId(null)) in updateRebindId_returnsAsExpected()128 assertTrue(handler.updateRebindId(null)) in updateRebindId_returnsAsExpected()129 assertTrue(handler.updateRebindId(10)) in updateRebindId_returnsAsExpected()130 assertTrue(handler.updateRebindId(null)) in updateRebindId_returnsAsExpected()131 assertTrue(handler.updateRebindId(20)) in updateRebindId_returnsAsExpected()134 assertTrue(handler.updateRebindId(10)) in updateRebindId_returnsAsExpected()135 assertTrue(handler.updateRebindId(20)) in updateRebindId_returnsAsExpected()138 assertFalse(handler.updateRebindId(20)) in updateRebindId_returnsAsExpected()139 assertFalse(handler.updateRebindId(20)) in updateRebindId_returnsAsExpected()[all …]
51 fun updateRebindId(newRebindId: Int?): Boolean { in updateRebindId() method
278 if (animHandler.updateRebindId(buttonModel.rebindId)) { in <lambda>()
1229 if (animHandler.updateRebindId(mediaAction.getRebindId())) { in bindButtonWithAnimations()