HomeSort by relevance Sort by last modified time
    Searched defs:bluetooth (Results 501 - 525 of 863) sorted by null

<<21222324252627282930>>

  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
BluetoothTetheringNetworkFactory.java 17 package com.android.bluetooth.pan;
19 import android.bluetooth.BluetoothDevice;
35 * This class tracks the data connection associated with Bluetooth
42 private static final String NETWORK_TYPE = "Bluetooth Tethering";
75 // Called by NetworkFactory when PanService and NetworkFactory both desire a Bluetooth
76 // reverse-tether connection. A network interface for Bluetooth reverse-tethering can be
144 // Called from NetworkFactory to indicate ConnectivityService no longer desires a Bluetooth
166 // Called by PanService when a network interface for Bluetooth reverse-tethering
185 // Called by PanService when a network interface for Bluetooth reverse-tethering
202 // Bluetooth v3 and v4 go up to 24 Mbps
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
ObexAppParameters.java 17 package com.android.bluetooth.pbapclient;
PhonebookEntry.java 16 package com.android.bluetooth.pbapclient;
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dpsink/
A2dpSinkStreamHandlerTest.java 17 package com.android.bluetooth.a2dpsink;
31 import com.android.bluetooth.R;
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
HeadsetPhoneStateTest.java 16 package com.android.bluetooth.hfp;
21 import android.bluetooth.BluetoothAdapter;
22 import android.bluetooth.BluetoothDevice;
33 import com.android.bluetooth.TestUtils;
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/mapclient/
MapClientTest.java 17 package com.android.bluetooth.mapclient;
19 import android.bluetooth.BluetoothAdapter;
20 import android.bluetooth.BluetoothDevice;
27 import com.android.bluetooth.R;
28 import com.android.bluetooth.TestUtils;
29 import com.android.bluetooth.btservice.AdapterService;
108 // connect a bluetooth device
  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/pbap/
PbapStateMachineTest.java 17 package com.android.bluetooth.pbap;
21 import android.bluetooth.BluetoothAdapter;
22 import android.bluetooth.BluetoothDevice;
23 import android.bluetooth.BluetoothProfile;
24 import android.bluetooth.BluetoothSocket;
32 import com.android.bluetooth.R;
33 import com.android.bluetooth.TestUtils;
34 import com.android.bluetooth.btservice.AdapterService;
  /packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
BluetoothDetailFragment.java 16 package com.android.car.settings.bluetooth;
18 import android.bluetooth.BluetoothDevice;
29 import com.android.settingslib.bluetooth.CachedBluetoothDevice;
30 import com.android.settingslib.bluetooth.CachedBluetoothDeviceManager;
31 import com.android.settingslib.bluetooth.LocalBluetoothManager;
32 import com.android.settingslib.bluetooth.LocalBluetoothProfile;
37 * Shows details about a bluetooth device, including actions related to the device,
72 LOG.e("Bluetooth is not supported on this device");
88 LOG.w("No bluetooth device set.");
BluetoothPairingService.java 17 package com.android.car.settings.bluetooth;
24 import android.bluetooth.BluetoothDevice;
45 "com.android.settings.bluetooth.ACTION_DISMISS_PAIRING";
105 this.getString(R.string.bluetooth),
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDeviceDetailsFragment.java 17 package com.android.settings.bluetooth;
21 import android.bluetooth.BluetoothDevice;
32 import com.android.settingslib.bluetooth.CachedBluetoothDevice;
33 import com.android.settingslib.bluetooth.LocalBluetoothManager;
BluetoothSliceBuilder.java 16 package com.android.settings.bluetooth;
22 import android.bluetooth.BluetoothAdapter;
37 import com.android.settingslib.bluetooth.LocalBluetoothAdapter;
38 import com.android.settingslib.bluetooth.LocalBluetoothManager;
49 * Backing Uri for the Bluetooth Slice.
62 "com.android.settings.bluetooth.action.BLUETOOTH_MODE_CHANGED";
75 * Return a Bluetooth Slice bound to {@link #BLUETOOTH_URI}.
78 * Bluetooth.
113 * Update the current Bluetooth status to the boolean value keyed by
LocalBluetoothPreferences.java 17 package com.android.settings.bluetooth;
26 import com.android.settingslib.bluetooth.LocalBluetoothAdapter;
27 import com.android.settingslib.bluetooth.LocalBluetoothManager;
31 * related to Bluetooth.
69 // If Bluetooth Settings is visible
RequestPermissionHelperActivity.java 17 package com.android.settings.bluetooth;
21 import android.bluetooth.BluetoothAdapter;
37 import com.android.settingslib.bluetooth.LocalBluetoothAdapter;
38 import com.android.settingslib.bluetooth.LocalBluetoothManager;
41 * RequestPermissionHelperActivity asks the user whether to toggle Bluetooth.
50 "com.android.settings.bluetooth.ACTION_INTERNAL_REQUEST_BT_ON";
53 "com.android.settings.bluetooth.ACTION_INTERNAL_REQUEST_BT_OFF";
56 "com.android.settings.bluetooth.extra.APP_LABEL";
132 // If Bluetooth is disallowed, don't try to enable it, show policy transparency
178 Log.e(TAG, "Error: there's a problem starting Bluetooth");
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
AlwaysDiscoverableTest.java 16 package com.android.settings.bluetooth;
27 import android.bluetooth.BluetoothAdapter;
32 import com.android.settingslib.bluetooth.LocalBluetoothAdapter;
AvailableMediaBluetoothDeviceUpdaterTest.java 16 package com.android.settings.bluetooth;
18 import android.bluetooth.BluetoothProfile;
19 import android.bluetooth.BluetoothDevice;
28 import com.android.settingslib.bluetooth.CachedBluetoothDevice;
29 import com.android.settingslib.bluetooth.HeadsetProfile;
30 import com.android.settingslib.bluetooth.LocalBluetoothManager;
31 import com.android.settingslib.bluetooth.LocalBluetoothProfileManager;
32 import com.android.settingslib.bluetooth.CachedBluetoothDeviceManager;
BluetoothDetailsButtonsControllerTest.java 17 package com.android.settings.bluetooth;
BluetoothDeviceDetailsFragmentTest.java 17 package com.android.settings.bluetooth;
39 import com.android.settingslib.bluetooth.CachedBluetoothDevice;
40 import com.android.settingslib.bluetooth.LocalBluetoothManager;
BluetoothDeviceNamePreferenceControllerTest.java 17 package com.android.settings.bluetooth;
32 import com.android.settingslib.bluetooth.LocalBluetoothAdapter;
BluetoothDevicePreferenceTest.java 16 package com.android.settings.bluetooth;
26 import android.bluetooth.BluetoothClass;
27 import android.bluetooth.BluetoothDevice;
35 import com.android.settingslib.bluetooth.CachedBluetoothDevice;
BluetoothDeviceUpdaterTest.java 16 package com.android.settings.bluetooth;
25 import android.bluetooth.BluetoothDevice;
26 import android.bluetooth.BluetoothProfile;
35 import com.android.settingslib.bluetooth.CachedBluetoothDevice;
36 import com.android.settingslib.bluetooth.HeadsetProfile;
37 import com.android.settingslib.bluetooth.A2dpProfile;
39 import com.android.settingslib.bluetooth.LocalBluetoothManager;
40 import com.android.settingslib.bluetooth.LocalBluetoothProfileManager;
BluetoothPairingDetailTest.java 17 package com.android.settings.bluetooth;
30 import android.bluetooth.BluetoothAdapter;
37 import com.android.settingslib.bluetooth.BluetoothDeviceFilter;
38 import com.android.settingslib.bluetooth.LocalBluetoothAdapter;
39 import com.android.settingslib.bluetooth.LocalBluetoothManager;
155 // Initial Bluetooth ON will trigger scan enable, list clear and scan start
ConnectedBluetoothDeviceUpdaterTest.java 16 package com.android.settings.bluetooth;
27 import android.bluetooth.BluetoothProfile;
28 import android.bluetooth.BluetoothDevice;
36 import com.android.settingslib.bluetooth.CachedBluetoothDevice;
37 import com.android.settingslib.bluetooth.HeadsetProfile;
38 import com.android.settingslib.bluetooth.LocalBluetoothManager;
39 import com.android.settingslib.bluetooth.LocalBluetoothProfileManager;
40 import com.android.settingslib.bluetooth.CachedBluetoothDeviceManager;
DeviceListPreferenceFragmentTest.java 17 package com.android.settings.bluetooth;
34 import com.android.settingslib.bluetooth.CachedBluetoothDevice;
35 import com.android.settingslib.bluetooth.LocalBluetoothAdapter;
50 private static final String FOOTAGE_MAC_STRING = "Bluetooth mac: xxxx";
DeviceProfilesSettingsTest.java 17 package com.android.settings.bluetooth;
33 import com.android.settingslib.bluetooth.A2dpProfile;
34 import com.android.settingslib.bluetooth.CachedBluetoothDevice;
35 import com.android.settingslib.bluetooth.CachedBluetoothDeviceManager;
36 import com.android.settingslib.bluetooth.LocalBluetoothAdapter;
37 import com.android.settingslib.bluetooth.LocalBluetoothManager;
38 import com.android.settingslib.bluetooth.LocalBluetoothProfile;
39 import com.android.settingslib.bluetooth.LocalBluetoothProfileManager;
  /packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
BluetoothStateReceiver.java 17 package com.android.server.telecom.bluetooth;
19 import android.bluetooth.BluetoothDevice;
20 import android.bluetooth.BluetoothHeadset;
30 import static com.android.server.telecom.bluetooth.BluetoothRouteManager.HFP_IS_ON;
31 import static com.android.server.telecom.bluetooth.BluetoothRouteManager.HFP_LOST;
44 // If not in a call, BSR won't listen to the Bluetooth stack's HFP on/off messages, since

Completed in 442 milliseconds

<<21222324252627282930>>