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.java2173 CharSequence messageNotification =
2196 .setContentText(messageNotification)
2200 .bigText(messageNotification))
2295 String messageNotification = imsReasonInfo.mExtraMessage; in processWfcDisconnectForNotification() local
2302 messageNotification = String.format( in processWfcDisconnectForNotification()
2313 intent.putExtra(EXTRA_KEY_NOTIFICATION_MESSAGE, messageNotification); in processWfcDisconnectForNotification()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java640 String messageNotification = "Notification!"; in testProcessDisconnectReason() local
646 new String[]{messageNotification}); in testProcessDisconnectReason()
663 assertEquals(messageNotification, in testProcessDisconnectReason()