Searched defs:groupNameView (Results 1 – 2 of 2) sorted by relevance
285 val groupNameView = underTest.findViewById<TextView>(R.id.group_name) in <lambda>() constant302 val groupNameView = underTest.findViewById<TextView>(R.id.group_name) in <lambda>() constant
429 TextView groupNameView = findViewById(R.id.group_name); in bindGroup() local