Searched refs:mProfileLabel (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DDeviceProfilesSettings.java67 private TextView mProfileLabel; field in class:DeviceProfilesSettings
101 mProfileLabel = (TextView) mRootView.findViewById(R.id.profiles_label);
202 mProfileLabel.setVisibility(View.GONE);
206 mProfileLabel.setVisibility(View.VISIBLE);

Completed in 29 milliseconds