Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
H A DCompanionDeviceActivity.java166 private @Nullable RecyclerView mDeviceListRecyclerView; field in CompanionDeviceActivity
321 mDeviceListRecyclerView = findViewById(R.id.device_list); in initUI()
494 mDeviceListRecyclerView.setVisibility(View.GONE); in initUiForSelfManagedAssociation()
517 mDeviceListRecyclerView.setVisibility(View.GONE); in initUiForSingleDevice()
563 mDeviceListRecyclerView.setAdapter(mDeviceAdapter); in initUiForMultipleDevices()
564 mDeviceListRecyclerView.setLayoutManager(new LinearLayoutManager(this)); in initUiForMultipleDevices()
580 mDeviceListRecyclerView.setVisibility(View.VISIBLE); in initUiForMultipleDevices()
606 mDeviceListRecyclerView.setVisibility(View.GONE); in onDeviceClicked()