HomeSort by relevance Sort by last modified time
    Searched refs:getConnectionStatus (Results 1 - 12 of 12) 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);
MapProfile.java 132 public int getConnectionStatus(BluetoothDevice device) {
135 if(V) Log.d(TAG,"getConnectionStatus: status is: "+ mService.getConnectionState(device));
184 int state = getConnectionStatus(device);
CachedBluetoothDevice.java 190 if (PbapProfile.getConnectionStatus(mDevice) == BluetoothProfile.STATE_CONNECTED)
352 int state = profile.getConnectionStatus(mDevice);
DeviceProfilesSettings.java 256 int status = profile.getConnectionStatus(device);
LocalBluetoothProfileManager.java 372 (mMapProfile.getConnectionStatus(device) == BluetoothProfile.STATE_CONNECTED)) {
DockService.java     [all...]

Completed in 288 milliseconds