Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/projection/
DProjectionFragment.java84 LinearLayout deviceLayout = in onProjectionStatusChanged() local
89 TextView deviceId = deviceLayout.findViewById(R.id.projection_device_id); in onProjectionStatusChanged()
92 TextView deviceName = deviceLayout.findViewById(R.id.projection_device_name); in onProjectionStatusChanged()
96 deviceLayout.findViewById(R.id.projection_device_transports); in onProjectionStatusChanged()
105 deviceLayout.findViewById(R.id.projection_device_projecting); in onProjectionStatusChanged()
108 detailLayout.addView(deviceLayout); in onProjectionStatusChanged()