Searched refs:mProfileContainer (Results 1 – 1 of 1) sorted by relevance
66 private ViewGroup mProfileContainer; field in DeviceProfilesSettings100 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 …]