Searched refs:titleStr (Results 1 – 2 of 2) sorted by relevance
278 String titleStr = b.getTitle(); in onBindViewHolder() local279 if (titleStr == null) { in onBindViewHolder()280 titleStr = mContext.getResources().getString(R.string.notification_bubble_title); in onBindViewHolder()283 R.string.bubble_content_description_single, titleStr, b.getAppName())); in onBindViewHolder()
1422 String titleStr = bubble.getTitle(); in updateContentDescription() local1423 if (titleStr == null) { in updateContentDescription()1424 titleStr = getResources().getString(R.string.notification_bubble_title); in updateContentDescription()1430 R.string.bubble_content_description_single, titleStr, appName)); in updateContentDescription()1435 titleStr, appName, moreCount)); in updateContentDescription()