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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/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.java154 public int getConnectionStatus(BluetoothDevice device) { method in class:A2dpProfile
201 } else if (getConnectionStatus(device) != BluetoothProfile.STATE_CONNECTED &&
224 if (getConnectionStatus(device) != BluetoothProfile.STATE_CONNECTED) {
237 getConnectionStatus(device) != BluetoothProfile.STATE_CONNECTED) {
271 int state = getConnectionStatus(device);
H A DA2dpSinkProfile.java138 public int getConnectionStatus(BluetoothDevice device) { method in class:A2dpSinkProfile
191 int state = getConnectionStatus(device);
H A DHidProfile.java111 public int getConnectionStatus(BluetoothDevice device) { method in class:HidProfile
157 int state = getConnectionStatus(device);
H A DMapClientProfile.java135 public int getConnectionStatus(BluetoothDevice device) { method in class:MapClientProfile
183 int state = getConnectionStatus(device);
H A DPanProfile.java101 public int getConnectionStatus(BluetoothDevice device) { method in class:PanProfile
137 int state = getConnectionStatus(device);
H A DPbapServerProfile.java95 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 DHfpClientProfile.java150 public int getConnectionStatus(BluetoothDevice device) { method in class:HfpClientProfile
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 DSapProfile.java136 public int getConnectionStatus(BluetoothDevice device) { method in class:SapProfile
187 int state = getConnectionStatus(device);
H A DPbapClientProfile.java163 public int getConnectionStatus(BluetoothDevice device) { method in class:PbapClientProfile
H A DCachedBluetoothDevice.java177 if (PbapProfile.getConnectionStatus(mDevice) == BluetoothProfile.STATE_CONNECTED)
338 int state = profile.getConnectionStatus(mDevice);
H A DLocalBluetoothProfileManager.java492 (mMapProfile.getConnectionStatus(device) == BluetoothProfile.STATE_CONNECTED)) {

Completed in 426 milliseconds