Searched refs:mDeviceListGroup (Results 1 – 1 of 1) sorted by relevance
59 private PreferenceGroup mDeviceListGroup; field in DeviceListPreferenceFragment90 mDeviceListGroup = (PreferenceCategory) findPreference(KEY_BT_DEVICE_LIST); in onCreate()94 mDeviceListGroup = preferenceGroup; in setDeviceListGroup()126 mDeviceListGroup.removeAll(); in removeAllDevices()173 if (mDeviceListGroup == null) { in createDevicePreference()185 mDeviceListGroup.addPreference(preference); in createDevicePreference()207 mDeviceListGroup.removePreference(preference); in onDeviceDeleted()216 if (mDeviceListGroup instanceof BluetoothProgressCategory) { in updateProgressUi()217 ((BluetoothProgressCategory) mDeviceListGroup).setProgress(start); in updateProgressUi()