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);
377 TextView groupNameView = findViewById(R.id.group_name); in bindGroup() local379 groupNameView.setText(groupName); in bindGroup()380 groupNameView.setVisibility(VISIBLE); in bindGroup()382 groupNameView.setVisibility(GONE); in bindGroup()
382 TextView groupNameView = findViewById(R.id.group_name);384 groupNameView.setText(groupName);385 groupNameView.setVisibility(VISIBLE);387 groupNameView.setVisibility(GONE);
294 final TextView groupNameView = mNotificationInfo.findViewById(R.id.group_name); in testBindNotification_GroupNameHiddenIfNoGroup() local295 assertEquals(GONE, groupNameView.getVisibility()); in testBindNotification_GroupNameHiddenIfNoGroup()321 final TextView groupNameView = mNotificationInfo.findViewById(R.id.group_name); in testBindNotification_SetsGroupNameIfNonNull() local322 assertEquals(View.VISIBLE, groupNameView.getVisibility()); in testBindNotification_SetsGroupNameIfNonNull()323 assertEquals("Test Group Name", groupNameView.getText()); in testBindNotification_SetsGroupNameIfNonNull()