HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothDevicePreference (Results 1 - 4 of 4) sorted by null

  /packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceListPreferenceFragment.java 61 final WeakHashMap<CachedBluetoothDevice, BluetoothDevicePreference> mDevicePreferenceMap =
62 new WeakHashMap<CachedBluetoothDevice, BluetoothDevicePreference>();
144 if (preference instanceof BluetoothDevicePreference) {
145 BluetoothDevicePreference btPreference = (BluetoothDevicePreference) preference;
155 void onDevicePreferenceClick(BluetoothDevicePreference btPreference) {
180 BluetoothDevicePreference preference = (BluetoothDevicePreference) getCachedPreference(key);
183 preference = new BluetoothDevicePreference(getPrefContext(), cachedDevice);
200 void initDevicePreference(BluetoothDevicePreference preference)
    [all...]
BluetoothDevicePreference.java 49 * BluetoothDevicePreference is the preference type used to display each remote
52 public final class BluetoothDevicePreference extends Preference implements
54 private static final String TAG = "BluetoothDevicePreference";
77 public BluetoothDevicePreference(Context context, CachedBluetoothDevice cachedDevice) {
184 if ((o == null) || !(o instanceof BluetoothDevicePreference)) {
188 ((BluetoothDevicePreference) o).mCachedDevice);
198 if (!(another instanceof BluetoothDevicePreference)) {
204 .compareTo(((BluetoothDevicePreference) another).mCachedDevice);
DevicePickerFragment.java 65 void initDevicePreference(BluetoothDevicePreference preference) {
113 void onDevicePreferenceClick(BluetoothDevicePreference btPreference) {
BluetoothSettings.java 293 void onDevicePreferenceClick(BluetoothDevicePreference btPreference) {
485 void initDevicePreference(BluetoothDevicePreference preference) {

Completed in 99 milliseconds