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.java1735 … CharSequence messageNotification = intent.getCharSequenceExtra(EXTRA_KEY_NOTIFICATION_MESSAGE);
1754 .setContentText(messageNotification)
1758 .bigText(messageNotification))
1853 String messageNotification = imsReasonInfo.mExtraMessage; in processWfcDisconnectForNotification() local
1860 messageNotification = String.format( in processWfcDisconnectForNotification()
1870 intent.putExtra(EXTRA_KEY_NOTIFICATION_MESSAGE, messageNotification); in processWfcDisconnectForNotification()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java620 String messageNotification = "Notification!"; in testProcessDisconnectReason() local
626 new String[]{messageNotification}); in testProcessDisconnectReason()
644 assertEquals(messageNotification, in testProcessDisconnectReason()