Searched refs:messageNotification (Results 1 – 2 of 2) sorted by relevance
1638 … CharSequence messageNotification = intent.getCharSequenceExtra(EXTRA_KEY_NOTIFICATION_MESSAGE);1657 .setContentText(messageNotification)1661 .bigText(messageNotification))1756 String messageNotification = imsReasonInfo.mExtraMessage; in processWfcDisconnectForNotification() local1763 messageNotification = String.format( in processWfcDisconnectForNotification()1773 intent.putExtra(EXTRA_KEY_NOTIFICATION_MESSAGE, messageNotification); in processWfcDisconnectForNotification()
617 String messageNotification = "Notification!"; in testProcessDisconnectReason() local623 new String[]{messageNotification}); in testProcessDisconnectReason()641 assertEquals(messageNotification, in testProcessDisconnectReason()