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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfile.java 42 int getConnectionStatus(BluetoothDevice device);
OppProfile.java 51 public int getConnectionStatus(BluetoothDevice device) {
PanProfile.java 101 public int getConnectionStatus(BluetoothDevice device) {
110 return getConnectionStatus(device) == BluetoothProfile.STATE_CONNECTED;
138 int state = getConnectionStatus(device);
A2dpProfile.java 134 public int getConnectionStatus(BluetoothDevice device) {
185 int state = getConnectionStatus(device);
HidProfile.java 111 public int getConnectionStatus(BluetoothDevice device) {
157 int state = getConnectionStatus(device);
PbapServerProfile.java 90 public int getConnectionStatus(BluetoothDevice device) {
HeadsetProfile.java 138 public int getConnectionStatus(BluetoothDevice device) {
189 int state = getConnectionStatus(device);
CachedBluetoothDevice.java 168 if (PbapProfile.getConnectionStatus(mDevice) == BluetoothProfile.STATE_CONNECTED)
330 int state = profile.getConnectionStatus(mDevice);
DeviceProfilesSettings.java 256 int status = profile.getConnectionStatus(device);
DockService.java     [all...]

Completed in 1873 milliseconds