Home
last modified time | relevance | path

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

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/activity/
DAssociatedDeviceDetailFragment.java42 private TextView mConnectionText; field in AssociatedDeviceDetailFragment
56 mConnectionText = view.findViewById(R.id.connection_text); in onViewCreated()
90 mConnectionText.setText(getString(R.string.disable_device_connection_text)); in setConnectionEnabledStyle()
99 mConnectionText.setText(getString(R.string.enable_device_connection_text)); in setConnectionDisabledStyle()