Searched refs:nameView (Results 1 – 2 of 2) sorted by relevance
87 TextView nameView = (TextView)view.findViewById(R.id.name); in getView() local89 nameView.setText(info.getName()); in getView()
260 final TextView nameView = mNotificationInfo.findViewById(R.id.delegate_name); in testBindNotification_noDelegate() local261 assertEquals(GONE, nameView.getVisibility()); in testBindNotification_noDelegate()291 final TextView nameView = mNotificationInfo.findViewById(R.id.delegate_name); in testBindNotification_delegate() local292 assertEquals(VISIBLE, nameView.getVisibility()); in testBindNotification_delegate()293 assertTrue(nameView.getText().toString().contains("Proxied")); in testBindNotification_delegate()