Searched refs:titleStr (Results 1 – 2 of 2) sorted by relevance
338 String titleStr = b.getTitle(); in onBindViewHolder() local339 if (titleStr == null) { in onBindViewHolder()340 titleStr = mContext.getResources().getString(R.string.notification_bubble_title); in onBindViewHolder()343 R.string.bubble_content_description_single, titleStr, b.getAppName())); in onBindViewHolder()
1619 String titleStr = bubble.getTitle(); in updateContentDescription() local1620 if (titleStr == null) { in updateContentDescription()1621 titleStr = getResources().getString(R.string.notification_bubble_title); in updateContentDescription()1627 R.string.bubble_content_description_single, titleStr, appName)); in updateContentDescription()1632 titleStr, appName, moreCount)); in updateContentDescription()