Searched refs:getConnectionStatus (Results 1 - 9 of 9) 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 DA2dpProfile.java97 public int getConnectionStatus(BluetoothDevice device) { method in class:A2dpProfile
H A DHidProfile.java77 public int getConnectionStatus(BluetoothDevice device) { method in class:HidProfile
H A DPanProfile.java87 public int getConnectionStatus(BluetoothDevice device) { method in class:PanProfile
H A DHeadsetProfile.java133 public int getConnectionStatus(BluetoothDevice device) { method in class:HeadsetProfile
H A DDeviceProfilesSettings.java256 int status = profile.getConnectionStatus(device);
H A DCachedBluetoothDevice.java314 int state = profile.getConnectionStatus(mDevice);
H A DDockService.java804 int status = profile.getConnectionStatus(cachedDevice.getDevice());

Completed in 486 milliseconds