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.java107 assertBusyCauseWithTargetLabel(R.string.callFailed_userBusy, tcCause); in testDefaultPhoneConfig_NoPreciseLabelGiven()
122 assertBusyCauseWithTargetLabel(R.string.clh_callFailed_user_busy_txt, tcCause); in testDefaultPhoneConfig_PreciseLabelProvided()
141 assertBusyCauseWithTargetLabel(R.string.callFailed_userBusy, tcCause); in testCarrierSetBusyToneArray_NoPreciseLabelGiven()
161 assertBusyCauseWithTargetLabel(R.string.clh_callFailed_user_busy_txt, tcCause); in testCarrierSetBusyToneArray_PreciseLabelProvided()
219 private void assertBusyCauseWithTargetLabel(Integer targetLabel, in assertBusyCauseWithTargetLabel() method in DisconnectCauseUtilTest