Searched refs:titleString (Results 1 – 3 of 3) sorted by relevance
185 String titleString = cursor.getString(AgendaWindowAdapter.INDEX_TITLE); in bindView() local186 if (titleString == null || titleString.length() == 0) { in bindView()187 titleString = mNoTitleLabel; in bindView()189 title.setText(titleString); in bindView()
321 String titleString = contact != null ? contact.getNameAndNumber() : ""; in onCreate()322 title.setText(titleString); in onCreate()
1596 final String titleString = String.format(notificationTitleFormat, sender, subject); in getSingleMessageNotificationTitle() local1599 final SpannableString titleSpannable = new SpannableString(titleString); in getSingleMessageNotificationTitle()1603 isSubjectLast ? titleString.lastIndexOf(subject) : titleString.indexOf(subject); in getSingleMessageNotificationTitle()