Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DInCallScreen.java1596 int errorMessageResId; in onSuppServiceFailed() local
1601 errorMessageResId = R.string.incall_error_supp_service_switch; in onSuppServiceFailed()
1607 errorMessageResId = R.string.incall_error_supp_service_separate; in onSuppServiceFailed()
1614 errorMessageResId = R.string.incall_error_supp_service_transfer; in onSuppServiceFailed()
1620 errorMessageResId = R.string.incall_error_supp_service_conference; in onSuppServiceFailed()
1626 errorMessageResId = R.string.incall_error_supp_service_reject; in onSuppServiceFailed()
1631 errorMessageResId = R.string.incall_error_supp_service_hangup; in onSuppServiceFailed()
1638 errorMessageResId = R.string.incall_error_supp_service_unknown; in onSuppServiceFailed()
1654 .setMessage(errorMessageResId) in onSuppServiceFailed()