Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DDeviceProfilesSettings.java66 private ViewGroup mProfileContainer; field in DeviceProfilesSettings
100 mProfileContainer = (ViewGroup) mRootView.findViewById(R.id.profiles_section); in onCreateDialog()
174 mProfileContainer.removeAllViews(); in addPreferencesForProfiles()
177 mProfileContainer.addView(pref); in addPreferencesForProfiles()
185 mProfileContainer.addView(pbapPref); in addPreferencesForProfiles()
192 mProfileContainer.addView(mapPreference); in addPreferencesForProfiles()
199 int numProfiles = mProfileContainer.getChildCount(); in showOrHideProfileGroup()
201 mProfileContainer.setVisibility(View.GONE); in showOrHideProfileGroup()
205 mProfileContainer.setVisibility(View.VISIBLE); in showOrHideProfileGroup()
323 mProfileContainer.addView(profilePref); in refreshProfiles()
[all …]