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.java1638 … CharSequence messageNotification = intent.getCharSequenceExtra(EXTRA_KEY_NOTIFICATION_MESSAGE);
1657 .setContentText(messageNotification)
1661 .bigText(messageNotification))
1756 String messageNotification = imsReasonInfo.mExtraMessage; in processWfcDisconnectForNotification() local
1763 messageNotification = String.format( in processWfcDisconnectForNotification()
1773 intent.putExtra(EXTRA_KEY_NOTIFICATION_MESSAGE, messageNotification); in processWfcDisconnectForNotification()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java617 String messageNotification = "Notification!"; in testProcessDisconnectReason() local
623 new String[]{messageNotification}); in testProcessDisconnectReason()
641 assertEquals(messageNotification, in testProcessDisconnectReason()