Searched refs:groupNameView (Results 1 – 2 of 2) sorted by relevance
505 TextView groupNameView = findViewById(R.id.group_name);507 groupNameView.setText(groupName);508 groupNameView.setVisibility(View.VISIBLE);510 groupNameView.setVisibility(View.GONE);
315 final TextView groupNameView = mNotificationInfo.findViewById(R.id.group_name); in testBindNotification_GroupNameHiddenIfNoGroup() local316 assertEquals(GONE, groupNameView.getVisibility()); in testBindNotification_GroupNameHiddenIfNoGroup()342 final TextView groupNameView = mNotificationInfo.findViewById(R.id.group_name); in testBindNotification_SetsGroupNameIfNonNull() local343 assertEquals(View.VISIBLE, groupNameView.getVisibility()); in testBindNotification_SetsGroupNameIfNonNull()344 assertEquals("Test Group Name", groupNameView.getText()); in testBindNotification_SetsGroupNameIfNonNull()