Home
last modified time | relevance | path

Searched refs:nameView (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
DObjectBrowser.java87 TextView nameView = (TextView)view.findViewById(R.id.name); in getView() local
89 nameView.setText(info.getName()); in getView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationInfoTest.java260 final TextView nameView = mNotificationInfo.findViewById(R.id.delegate_name); in testBindNotification_noDelegate() local
261 assertEquals(GONE, nameView.getVisibility()); in testBindNotification_noDelegate()
291 final TextView nameView = mNotificationInfo.findViewById(R.id.delegate_name); in testBindNotification_delegate() local
292 assertEquals(VISIBLE, nameView.getVisibility()); in testBindNotification_delegate()
293 assertTrue(nameView.getText().toString().contains("Proxied")); in testBindNotification_delegate()