Home
last modified time | relevance | path

Searched refs:notificationTitleFormat (Results 1 – 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java1578 final String notificationTitleFormat = context.getResources().getString( in getSingleMessageNotificationTitle() local
1583 final boolean isSubjectLast = notificationTitleFormat.indexOf("%2$s") > in getSingleMessageNotificationTitle()
1584 notificationTitleFormat.indexOf("%1$s"); in getSingleMessageNotificationTitle()
1585 final String titleString = String.format(notificationTitleFormat, sender, subject); in getSingleMessageNotificationTitle()