Searched refs:mDeviceListRecyclerView (Results 1 – 1 of 1) sorted by relevance
166 private @Nullable RecyclerView mDeviceListRecyclerView; field in CompanionDeviceActivity321 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()