Searched refs:BluetoothDevicePreference (Results 1 – 4 of 4) sorted by relevance
57 final WeakHashMap<CachedBluetoothDevice, BluetoothDevicePreference> mDevicePreferenceMap =58 new WeakHashMap<CachedBluetoothDevice, BluetoothDevicePreference>();141 if (preference instanceof BluetoothDevicePreference) { in onPreferenceTreeClick()142 BluetoothDevicePreference btPreference = (BluetoothDevicePreference) preference; in onPreferenceTreeClick()152 void onDevicePreferenceClick(BluetoothDevicePreference btPreference) { in onDevicePreferenceClick()176 BluetoothDevicePreference preference = new BluetoothDevicePreference( in createDevicePreference()188 void initDevicePreference(BluetoothDevicePreference preference) { in initDevicePreference()193 BluetoothDevicePreference preference = mDevicePreferenceMap.remove(cachedDevice); in onDeviceDeleted()
47 public final class BluetoothDevicePreference extends Preference implements class59 public BluetoothDevicePreference(Context context, CachedBluetoothDevice cachedDevice) { in BluetoothDevicePreference() method in BluetoothDevicePreference157 if ((o == null) || !(o instanceof BluetoothDevicePreference)) { in equals()161 ((BluetoothDevicePreference) o).mCachedDevice); in equals()171 if (!(another instanceof BluetoothDevicePreference)) { in compareTo()177 .compareTo(((BluetoothDevicePreference) another).mCachedDevice); in compareTo()
62 void initDevicePreference(BluetoothDevicePreference preference) { in initDevicePreference()105 void onDevicePreferenceClick(BluetoothDevicePreference btPreference) { in onDevicePreferenceClick()
263 void onDevicePreferenceClick(BluetoothDevicePreference btPreference) { in onDevicePreferenceClick()480 void initDevicePreference(BluetoothDevicePreference preference) { in initDevicePreference()