Searched refs:titleStr (Results 1 – 2 of 2) sorted by relevance
317 String titleStr = b.getTitle(); in onBindViewHolder() local318 if (titleStr == null) { in onBindViewHolder()319 titleStr = mContext.getResources().getString(R.string.notification_bubble_title); in onBindViewHolder()322 R.string.bubble_content_description_single, titleStr, b.getAppName())); in onBindViewHolder()
1466 String titleStr = bubble.getTitle(); in updateContentDescription() local1467 if (titleStr == null) { in updateContentDescription()1468 titleStr = getResources().getString(R.string.notification_bubble_title); in updateContentDescription()1474 R.string.bubble_content_description_single, titleStr, appName)); in updateContentDescription()1479 titleStr, appName, moreCount)); in updateContentDescription()