Searched refs:messageNotification (Results 1 – 2 of 2) sorted by relevance
1735 … CharSequence messageNotification = intent.getCharSequenceExtra(EXTRA_KEY_NOTIFICATION_MESSAGE);1754 .setContentText(messageNotification)1758 .bigText(messageNotification))1853 String messageNotification = imsReasonInfo.mExtraMessage; in processWfcDisconnectForNotification() local1860 messageNotification = String.format( in processWfcDisconnectForNotification()1870 intent.putExtra(EXTRA_KEY_NOTIFICATION_MESSAGE, messageNotification); in processWfcDisconnectForNotification()
620 String messageNotification = "Notification!"; in testProcessDisconnectReason() local626 new String[]{messageNotification}); in testProcessDisconnectReason()644 assertEquals(messageNotification, in testProcessDisconnectReason()