Searched refs:notificationTitleFormat (Results 1 – 1 of 1) sorted by relevance
1578 final String notificationTitleFormat = context.getResources().getString( in getSingleMessageNotificationTitle() local1583 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()