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.java1811 final String[] wfcOperatorErrorNotificationMessages = in processWfcDisconnectForNotification() local
1813 com.android.internal.R.array.wfcOperatorErrorNotificationMessages); in processWfcDisconnectForNotification()
1848 || idx >= wfcOperatorErrorNotificationMessages.length) { in processWfcDisconnectForNotification()
1859 if (!wfcOperatorErrorNotificationMessages[idx].isEmpty()) { in processWfcDisconnectForNotification()
1861 wfcOperatorErrorNotificationMessages[idx], in processWfcDisconnectForNotification()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java625 com.android.internal.R.array.wfcOperatorErrorNotificationMessages, in testProcessDisconnectReason()