Searched refs:mNotAllowMultipleDevicesLayout (Results 1 – 1 of 1) sorted by relevance
162 private LinearLayout mNotAllowMultipleDevicesLayout; field in CompanionAssociationActivity309 mNotAllowMultipleDevicesLayout = findViewById(R.id.negative_multiple_devices_layout); in initUI()313 mNotAllowMultipleDevicesLayout.setOnClickListener(this::onNegativeButtonClick); in initUI()550 mNotAllowMultipleDevicesLayout.setVisibility(View.VISIBLE); in initUiForMultipleDevices()575 mNotAllowMultipleDevicesLayout.setVisibility(View.GONE); in onDeviceClicked()