Searched refs:groupNameView (Results 1 – 4 of 4) sorted by relevance
229 TextView groupNameView = findViewById(R.id.group_name);231 groupNameView.setText(groupName);232 groupNameView.setVisibility(VISIBLE);234 groupNameView.setVisibility(GONE);
387 TextView groupNameView = findViewById(R.id.group_name); in bindGroup() local389 groupNameView.setText(groupName); in bindGroup()390 groupNameView.setVisibility(VISIBLE); in bindGroup()392 groupNameView.setVisibility(GONE); in bindGroup()
410 TextView groupNameView = findViewById(R.id.group_name);412 groupNameView.setText(groupName);413 groupNameView.setVisibility(VISIBLE);415 groupNameView.setVisibility(GONE);
292 final TextView groupNameView = mNotificationInfo.findViewById(R.id.group_name); in testBindNotification_GroupNameHiddenIfNoGroup() local293 assertEquals(GONE, groupNameView.getVisibility()); in testBindNotification_GroupNameHiddenIfNoGroup()320 final TextView groupNameView = mNotificationInfo.findViewById(R.id.group_name); in testBindNotification_SetsGroupNameIfNonNull() local321 assertEquals(View.VISIBLE, groupNameView.getVisibility()); in testBindNotification_SetsGroupNameIfNonNull()322 assertEquals("Test Group Name", groupNameView.getText()); in testBindNotification_SetsGroupNameIfNonNull()