Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DDeviceProfilesSettings.java225 refreshProfilePreference(pref, profile); in createProfilePreference()
269 refreshProfilePreference(profilePref, profile); in onProfileClicked()
296 refreshProfilePreference(findProfile(profile.toString()), profile); in askDisconnect()
325 refreshProfilePreference(profilePref, profile); in refreshProfiles()
343 private void refreshProfilePreference(CheckBox profilePref, in refreshProfilePreference() method in DeviceProfilesSettings