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.java2101 CharSequence messageNotification =
2121 .setContentText(messageNotification)
2125 .bigText(messageNotification))
2220 String messageNotification = imsReasonInfo.mExtraMessage; in processWfcDisconnectForNotification() local
2227 messageNotification = String.format( in processWfcDisconnectForNotification()
2238 intent.putExtra(EXTRA_KEY_NOTIFICATION_MESSAGE, messageNotification); in processWfcDisconnectForNotification()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java646 String messageNotification = "Notification!"; in testProcessDisconnectReason() local
652 new String[]{messageNotification}); in testProcessDisconnectReason()
669 assertEquals(messageNotification, in testProcessDisconnectReason()