Home
last modified time | relevance | path

Searched refs:assertBusyCauseWithTargetLabel (Results 1 – 1 of 1) sorted by relevance

/packages/services/Telephony/tests/src/com/android/services/telephony/
DDisconnectCauseUtilTest.java124 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