Searched refs:assertBusyCauseWithTargetLabel (Results 1 – 1 of 1) sorted by relevance
124 assertBusyCauseWithTargetLabel(R.string.callFailed_userBusy, tcCause); in testDefaultPhoneConfig_NoPreciseLabelGiven()139 assertBusyCauseWithTargetLabel(R.string.clh_callFailed_user_busy_txt, tcCause); in testDefaultPhoneConfig_PreciseLabelProvided()158 assertBusyCauseWithTargetLabel(R.string.callFailed_userBusy, tcCause); in testCarrierSetBusyToneArray_NoPreciseLabelGiven()178 assertBusyCauseWithTargetLabel(R.string.clh_callFailed_user_busy_txt, tcCause); in testCarrierSetBusyToneArray_PreciseLabelProvided()236 private void assertBusyCauseWithTargetLabel(Integer targetLabel, in assertBusyCauseWithTargetLabel() method in DisconnectCauseUtilTest