Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java2265 CharSequence messageNotification =
2288 .setContentText(messageNotification)
2292 .bigText(messageNotification))
2387 String messageNotification = imsReasonInfo.mExtraMessage; in processWfcDisconnectForNotification() local
2394 messageNotification = String.format( in processWfcDisconnectForNotification()
2405 intent.putExtra(EXTRA_KEY_NOTIFICATION_MESSAGE, messageNotification); in processWfcDisconnectForNotification()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java686 String messageNotification = "Notification!"; in testProcessDisconnectReason() local
692 new String[]{messageNotification}); in testProcessDisconnectReason()
709 assertEquals(messageNotification, in testProcessDisconnectReason()