Searched refs:getConnectionStatus (Results 1 - 12 of 12) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DLocalBluetoothProfile.java42 int getConnectionStatus(BluetoothDevice device); method in interface:LocalBluetoothProfile
H A DOppProfile.java51 public int getConnectionStatus(BluetoothDevice device) { method in class:OppProfile
H A DPanProfile.java101 public int getConnectionStatus(BluetoothDevice device) { method in class:PanProfile
110 return getConnectionStatus(device) == BluetoothProfile.STATE_CONNECTED;
138 int state = getConnectionStatus(device);
H A DA2dpProfile.java134 public int getConnectionStatus(BluetoothDevice device) { method in class:A2dpProfile
185 int state = getConnectionStatus(device);
H A DHidProfile.java111 public int getConnectionStatus(BluetoothDevice device) { method in class:HidProfile
157 int state = getConnectionStatus(device);
H A DPbapServerProfile.java90 public int getConnectionStatus(BluetoothDevice device) { method in class:PbapServerProfile
H A DHeadsetProfile.java143 public int getConnectionStatus(BluetoothDevice device) { method in class:HeadsetProfile
198 int state = getConnectionStatus(device);
H A DMapProfile.java132 public int getConnectionStatus(BluetoothDevice device) { method in class:MapProfile
135 if(V) Log.d(TAG,"getConnectionStatus: status is: "+ mService.getConnectionState(device));
184 int state = getConnectionStatus(device);
H A DCachedBluetoothDevice.java180 if (PbapProfile.getConnectionStatus(mDevice) == BluetoothProfile.STATE_CONNECTED)
342 int state = profile.getConnectionStatus(mDevice);
H A DDeviceProfilesSettings.java231 int status = profile.getConnectionStatus(device);
H A DLocalBluetoothProfileManager.java376 (mMapProfile.getConnectionStatus(device) == BluetoothProfile.STATE_CONNECTED)) {
H A DDockService.java855 int status = profile.getConnectionStatus(cachedDevice.getDevice());

Completed in 87 milliseconds