Searched refs:nameView (Results 1 – 4 of 4) sorted by relevance
210 final TextView nameView = mInfo.findViewById(R.id.delegate_name); in testBindNotification_noDelegate() local211 assertEquals(GONE, nameView.getVisibility()); in testBindNotification_noDelegate()236 final TextView nameView = mInfo.findViewById(R.id.delegate_name); in testBindNotification_delegate() local237 assertEquals(VISIBLE, nameView.getVisibility()); in testBindNotification_delegate()238 assertTrue(nameView.getText().toString().contains("Proxied")); in testBindNotification_delegate()
388 final TextView nameView = mNotificationInfo.findViewById(R.id.delegate_name); in testBindNotification_noDelegate() local389 assertEquals(GONE, nameView.getVisibility()); in testBindNotification_noDelegate()424 final TextView nameView = mNotificationInfo.findViewById(R.id.delegate_name); in testBindNotification_delegate() local425 assertEquals(VISIBLE, nameView.getVisibility()); in testBindNotification_delegate()426 assertTrue(nameView.getText().toString().contains("Proxied")); in testBindNotification_delegate()
248 final TextView nameView = mNotificationInfo.findViewById(R.id.delegate_name); in testBindNotification_noDelegate() local249 assertEquals(GONE, nameView.getVisibility()); in testBindNotification_noDelegate()280 final TextView nameView = mNotificationInfo.findViewById(R.id.delegate_name); in testBindNotification_delegate() local281 assertEquals(VISIBLE, nameView.getVisibility()); in testBindNotification_delegate()282 assertTrue(nameView.getText().toString().contains("Proxied")); in testBindNotification_delegate()
87 TextView nameView = (TextView)view.findViewById(R.id.name); in getView() local89 nameView.setText(info.getName()); in getView()