Searched refs:nameView (Results 1 – 5 of 5) sorted by relevance
202 final TextView nameView = mInfo.findViewById(R.id.delegate_name); in testBindNotification_noDelegate() local203 assertEquals(GONE, nameView.getVisibility()); in testBindNotification_noDelegate()227 final TextView nameView = mInfo.findViewById(R.id.delegate_name); in testBindNotification_delegate() local228 assertEquals(VISIBLE, nameView.getVisibility()); in testBindNotification_delegate()229 assertTrue(nameView.getText().toString().contains("Proxied")); in testBindNotification_delegate()
239 final TextView nameView = mNotificationInfo.findViewById(R.id.delegate_name); in testBindNotification_noDelegate() local240 assertEquals(GONE, nameView.getVisibility()); in testBindNotification_noDelegate()270 final TextView nameView = mNotificationInfo.findViewById(R.id.delegate_name); in testBindNotification_delegate() local271 assertEquals(VISIBLE, nameView.getVisibility()); in testBindNotification_delegate()272 assertTrue(nameView.getText().toString().contains("Proxied")); in testBindNotification_delegate()
389 final TextView nameView = mNotificationInfo.findViewById(R.id.delegate_name); in testBindNotification_noDelegate() local390 assertEquals(GONE, nameView.getVisibility()); in testBindNotification_noDelegate()425 final TextView nameView = mNotificationInfo.findViewById(R.id.delegate_name); in testBindNotification_delegate() local426 assertEquals(VISIBLE, nameView.getVisibility()); in testBindNotification_delegate()427 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()
368 private val nameView = view.requireViewById<TextView>(R.id.bluetooth_device_name) in <lambda>() constant in com.android.systemui.bluetooth.qsdialog.BluetoothTileDialogDelegate.Adapter406 nameView.setTextAppearance( in <lambda>()431 nameView.text = item.deviceName in <lambda>()