Searched refs:groupNameView (Results 1 – 4 of 4) sorted by relevance
204 TextView groupNameView = findViewById(R.id.group_name);206 groupNameView.setText(groupName);207 groupNameView.setVisibility(VISIBLE);209 groupNameView.setVisibility(GONE);
395 TextView groupNameView = findViewById(R.id.group_name); in bindGroup() local397 groupNameView.setText(groupName); in bindGroup()398 groupNameView.setVisibility(VISIBLE); in bindGroup()400 groupNameView.setVisibility(GONE); in bindGroup()
405 TextView groupNameView = findViewById(R.id.group_name);407 groupNameView.setText(groupName);408 groupNameView.setVisibility(VISIBLE);410 groupNameView.setVisibility(GONE);
293 final TextView groupNameView = mNotificationInfo.findViewById(R.id.group_name); in testBindNotification_GroupNameHiddenIfNoGroup() local294 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()