Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DPartialConversationInfoTest.java202 final TextView nameView = mInfo.findViewById(R.id.delegate_name); in testBindNotification_noDelegate() local
203 assertEquals(GONE, nameView.getVisibility()); in testBindNotification_noDelegate()
227 final TextView nameView = mInfo.findViewById(R.id.delegate_name); in testBindNotification_delegate() local
228 assertEquals(VISIBLE, nameView.getVisibility()); in testBindNotification_delegate()
229 assertTrue(nameView.getText().toString().contains("Proxied")); in testBindNotification_delegate()
DNotificationInfoTest.java239 final TextView nameView = mNotificationInfo.findViewById(R.id.delegate_name); in testBindNotification_noDelegate() local
240 assertEquals(GONE, nameView.getVisibility()); in testBindNotification_noDelegate()
270 final TextView nameView = mNotificationInfo.findViewById(R.id.delegate_name); in testBindNotification_delegate() local
271 assertEquals(VISIBLE, nameView.getVisibility()); in testBindNotification_delegate()
272 assertTrue(nameView.getText().toString().contains("Proxied")); in testBindNotification_delegate()
DNotificationConversationInfoTest.java389 final TextView nameView = mNotificationInfo.findViewById(R.id.delegate_name); in testBindNotification_noDelegate() local
390 assertEquals(GONE, nameView.getVisibility()); in testBindNotification_noDelegate()
425 final TextView nameView = mNotificationInfo.findViewById(R.id.delegate_name); in testBindNotification_delegate() local
426 assertEquals(VISIBLE, nameView.getVisibility()); in testBindNotification_delegate()
427 assertTrue(nameView.getText().toString().contains("Proxied")); in testBindNotification_delegate()
/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/src/com/android/systemui/bluetooth/qsdialog/
DBluetoothTileDialogDelegate.kt368 private val nameView = view.requireViewById<TextView>(R.id.bluetooth_device_name) in <lambda>() constant in com.android.systemui.bluetooth.qsdialog.BluetoothTileDialogDelegate.Adapter
406 nameView.setTextAppearance( in <lambda>()
431 nameView.text = item.deviceName in <lambda>()