Searched refs:titleStr (Results 1 – 2 of 2) sorted by relevance
343 String titleStr = b.getTitle(); in onBindViewHolder() local344 if (titleStr == null) { in onBindViewHolder()345 titleStr = mContext.getResources().getString(R.string.notification_bubble_title); in onBindViewHolder()348 R.string.bubble_content_description_single, titleStr, b.getAppName())); in onBindViewHolder()
1807 String titleStr = bubble.getTitle(); in updateContentDescription() local1808 if (titleStr == null) { in updateContentDescription()1809 titleStr = getResources().getString(R.string.notification_bubble_title); in updateContentDescription()1815 R.string.bubble_content_description_single, titleStr, appName)); in updateContentDescription()1820 titleStr, appName, moreCount)); in updateContentDescription()