Searched defs:nameView (Results 1 – 5 of 5) sorted by relevance
202 final TextView nameView = mInfo.findViewById(R.id.delegate_name); in testBindNotification_noDelegate() local227 final TextView nameView = mInfo.findViewById(R.id.delegate_name); in testBindNotification_delegate() local
389 final TextView nameView = mNotificationInfo.findViewById(R.id.delegate_name); in testBindNotification_noDelegate() local425 final TextView nameView = mNotificationInfo.findViewById(R.id.delegate_name); in testBindNotification_delegate() local
239 final TextView nameView = mNotificationInfo.findViewById(R.id.delegate_name); in testBindNotification_noDelegate() local270 final TextView nameView = mNotificationInfo.findViewById(R.id.delegate_name); in testBindNotification_delegate() local
87 TextView nameView = (TextView)view.findViewById(R.id.name); in getView() local
368 private val nameView = view.requireViewById<TextView>(R.id.bluetooth_device_name) in <lambda>() constant