Searched refs:getConnectionStatus (Results 1 - 20 of 20) 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 DHidDeviceProfile.java129 public int getConnectionStatus(BluetoothDevice device) { method in class:HidDeviceProfile
142 return getConnectionStatus(device) != BluetoothProfile.STATE_DISCONNECTED;
175 final int state = getConnectionStatus(device);
H A DA2dpProfile.java162 public int getConnectionStatus(BluetoothDevice device) { method in class:A2dpProfile
219 } else if (getConnectionStatus(device) != BluetoothProfile.STATE_CONNECTED &&
242 if (getConnectionStatus(device) != BluetoothProfile.STATE_CONNECTED) {
255 || getConnectionStatus(device) != BluetoothProfile.STATE_CONNECTED) {
314 int state = getConnectionStatus(device);
H A DHidProfile.java116 public int getConnectionStatus(BluetoothDevice device) { method in class:HidProfile
162 int state = getConnectionStatus(device);
H A DMapClientProfile.java140 public int getConnectionStatus(BluetoothDevice device) { method in class:MapClientProfile
188 int state = getConnectionStatus(device);
H A DPanProfile.java107 public int getConnectionStatus(BluetoothDevice device) { method in class:PanProfile
143 int state = getConnectionStatus(device);
H A DPbapServerProfile.java102 public int getConnectionStatus(BluetoothDevice device) { method in class:PbapServerProfile
H A DA2dpSinkProfile.java143 public int getConnectionStatus(BluetoothDevice device) { method in class:A2dpSinkProfile
196 int state = getConnectionStatus(device);
H A DHeadsetProfile.java148 public int getConnectionStatus(BluetoothDevice device) { method in class:HeadsetProfile
223 int state = getConnectionStatus(device);
H A DHearingAidProfile.java142 public int getConnectionStatus(BluetoothDevice device) { method in class:HearingAidProfile
228 int state = getConnectionStatus(device);
H A DHfpClientProfile.java155 public int getConnectionStatus(BluetoothDevice device) { method in class:HfpClientProfile
203 int state = getConnectionStatus(device);
H A DMapProfile.java137 public int getConnectionStatus(BluetoothDevice device) { method in class:MapProfile
140 if(V) Log.d(TAG,"getConnectionStatus: status is: "+ mService.getConnectionState(device));
189 int state = getConnectionStatus(device);
H A DSapProfile.java141 public int getConnectionStatus(BluetoothDevice device) { method in class:SapProfile
192 int state = getConnectionStatus(device);
H A DPbapClientProfile.java168 public int getConnectionStatus(BluetoothDevice device) { method in class:PbapClientProfile
H A DLocalBluetoothProfileManager.java591 if (mHidDeviceProfile != null && mHidDeviceProfile.getConnectionStatus(device)
606 (mMapProfile.getConnectionStatus(device) == BluetoothProfile.STATE_CONNECTED)) {
613 (mPbapProfile.getConnectionStatus(device) == BluetoothProfile.STATE_CONNECTED)) {
H A DCachedBluetoothDevice.java204 if (PbapProfile.getConnectionStatus(mDevice) == BluetoothProfile.STATE_CONNECTED)
364 int state = profile.getConnectionStatus(mDevice);
1192 return mProfileManager.getA2dpProfile().getConnectionStatus(mDevice) ==
1200 return mProfileManager.getHeadsetProfile().getConnectionStatus(mDevice) ==
/frameworks/base/telephony/java/android/telephony/
H A DPhysicalChannelConfig.java98 public int getConnectionStatus() { method in class:PhysicalChannelConfig
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDeviceTest.java543 when(mA2dpProfile.getConnectionStatus(mDevice)).
552 when(mA2dpProfile.getConnectionStatus(mDevice)).
561 when(mHfpProfile.getConnectionStatus(mDevice)).
570 when(mHfpProfile.getConnectionStatus(mDevice)).
H A DCachedBluetoothDeviceManagerTest.java284 when(mHearingAidProfile.getConnectionStatus(mDevice1)).
286 when(mHearingAidProfile.getConnectionStatus(mDevice2)).
418 when(mHearingAidProfile.getConnectionStatus(mDevice1)).
420 when(mHearingAidProfile.getConnectionStatus(mDevice2)).
450 when(mHearingAidProfile.getConnectionStatus(mDevice1)).
452 when(mHearingAidProfile.getConnectionStatus(mDevice2)).
474 when(mHearingAidProfile.getConnectionStatus(mDevice1)).
476 when(mHearingAidProfile.getConnectionStatus(mDevice2)).

Completed in 171 milliseconds