Searched refs:copyForPendingActions (Results 1 – 3 of 3) sorted by relevance
54 StatusUiData(STATUS, hasPendingActions = false).copyForPendingActions(true) in copyForPendingActions_setsCorrectPendingActionsValue()56 StatusUiData(STATUS, hasPendingActions = true).copyForPendingActions(false) in copyForPendingActions_setsCorrectPendingActionsValue()
26 fun copyForPendingActions(hasPendingActions: Boolean) = in copyForPendingActions() method
193 statusUiData = statusUiData.copyForPendingActions(hasPendingActions); in updateStatus()