Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java1957 final String[] wfcOperatorErrorCodes = in processWfcDisconnectForNotification() local
1960 if (wfcOperatorErrorCodes == null) { in processWfcDisconnectForNotification()
1972 for (int i = 0; i < wfcOperatorErrorCodes.length; i++) { in processWfcDisconnectForNotification()
1973 String[] codes = wfcOperatorErrorCodes[i].split("\\|"); in processWfcDisconnectForNotification()
1975 loge("Invalid carrier config: " + wfcOperatorErrorCodes[i]); in processWfcDisconnectForNotification()
2006 loge("Invalid index: " + wfcOperatorErrorCodes[i]); in processWfcDisconnectForNotification()