Home
last modified time | relevance | path

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

/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
DCompanionAssociationActivity.java162 private LinearLayout mNotAllowMultipleDevicesLayout; field in CompanionAssociationActivity
309 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()