Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java1968 final String[] wfcOperatorErrorNotificationMessages = in processWfcDisconnectForNotification() local
1970 com.android.internal.R.array.wfcOperatorErrorNotificationMessages); in processWfcDisconnectForNotification()
2005 || idx >= wfcOperatorErrorNotificationMessages.length) { in processWfcDisconnectForNotification()
2016 if (!wfcOperatorErrorNotificationMessages[idx].isEmpty()) { in processWfcDisconnectForNotification()
2018 wfcOperatorErrorNotificationMessages[idx], in processWfcDisconnectForNotification()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java623 com.android.internal.R.array.wfcOperatorErrorNotificationMessages, in testProcessDisconnectReason()