Searched refs:BluetoothDevicePreference (Results 1 - 13 of 13) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DDeviceListPreferenceFragment.java72 final WeakHashMap<CachedBluetoothDevice, BluetoothDevicePreference> mDevicePreferenceMap =
73 new WeakHashMap<CachedBluetoothDevice, BluetoothDevicePreference>();
152 if (preference instanceof BluetoothDevicePreference) {
153 BluetoothDevicePreference btPreference = (BluetoothDevicePreference) preference;
163 void onDevicePreferenceClick(BluetoothDevicePreference btPreference) {
189 BluetoothDevicePreference preference = (BluetoothDevicePreference) getCachedPreference(key);
192 preference = new BluetoothDevicePreference(getPrefContext(), cachedDevice,
206 void initDevicePreference(BluetoothDevicePreference preferenc
[all...]
H A DBluetoothDevicePreference.java44 * BluetoothDevicePreference is the preference type used to display each remote
47 public final class BluetoothDevicePreference extends GearPreference implements class in inherits:GearPreference,CachedBluetoothDevice.Callback
63 public BluetoothDevicePreference(Context context, CachedBluetoothDevice cachedDevice, method in class:BluetoothDevicePreference
172 if ((o == null) || !(o instanceof BluetoothDevicePreference)) {
176 ((BluetoothDevicePreference) o).mCachedDevice);
186 if (!(another instanceof BluetoothDevicePreference)) {
192 .compareTo(((BluetoothDevicePreference) another).mCachedDevice);
H A DConnectedBluetoothDeviceUpdater.java128 final BluetoothDevicePreference btPreference =
129 (BluetoothDevicePreference) mPreferenceMap.get(device);
H A DSavedBluetoothDeviceUpdater.java67 final CachedBluetoothDevice device = ((BluetoothDevicePreference) preference)
H A DBluetoothDeviceUpdater.java198 BluetoothDevicePreference btPreference =
199 new BluetoothDevicePreference(mPrefContext, cachedDevice,
228 ((BluetoothDevicePreference) preference).getBluetoothDevice();
H A DAvailableMediaBluetoothDeviceUpdater.java124 final CachedBluetoothDevice device = ((BluetoothDevicePreference) preference)
H A DBluetoothPairingDetail.java132 void onDevicePreferenceClick(BluetoothDevicePreference btPreference) {
H A DDevicePickerFragment.java119 void onDevicePreferenceClick(BluetoothDevicePreference btPreference) {
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
H A DBluetoothDevicePreferenceTest.java56 private BluetoothDevicePreference mPreference;
64 mPreference = new BluetoothDevicePreference(mContext, mCachedBluetoothDevice,
172 BluetoothDevicePreference preference =
173 new BluetoothDevicePreference(mContext, mCachedBluetoothDevice,
182 BluetoothDevicePreference preference =
183 new BluetoothDevicePreference(mContext, mCachedBluetoothDevice, false);
H A DSavedBluetoothDeviceUpdaterTest.java61 private BluetoothDevicePreference mPreference;
75 mPreference = new BluetoothDevicePreference(mContext, mCachedBluetoothDevice, false);
H A DAvailableMediaBluetoothDeviceUpdaterTest.java76 private BluetoothDevicePreference mPreference;
97 mPreference = new BluetoothDevicePreference(mContext, mCachedBluetoothDevice, false);
H A DBluetoothDeviceUpdaterTest.java73 private BluetoothDevicePreference mPreference;
86 mPreference = new BluetoothDevicePreference(mContext, mCachedBluetoothDevice, false);
H A DConnectedBluetoothDeviceUpdaterTest.java217 BluetoothDevicePreference btPreference =
218 new BluetoothDevicePreference(mContext, mCachedBluetoothDevice, true);

Completed in 1744 milliseconds