HomeSort by relevance Sort by last modified time
    Searched refs:getConnectionStatus (Results 1 - 18 of 18) sorted by null

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
LocalBluetoothProfile.java 42 int getConnectionStatus(BluetoothDevice device);
OppProfile.java 51 public int getConnectionStatus(BluetoothDevice 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);
PanProfile.java 101 public int getConnectionStatus(BluetoothDevice device) {
137 int state = getConnectionStatus(device);
PbapServerProfile.java 95 public int getConnectionStatus(BluetoothDevice device) {
HeadsetProfile.java 143 public int getConnectionStatus(BluetoothDevice device) {
198 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);
SapProfile.java 136 public int getConnectionStatus(BluetoothDevice device) {
187 int state = getConnectionStatus(device);
CachedBluetoothDevice.java 180 if (PbapProfile.getConnectionStatus(mDevice) == BluetoothProfile.STATE_CONNECTED)
342 int state = profile.getConnectionStatus(mDevice);
LocalBluetoothProfileManager.java 370 (mMapProfile.getConnectionStatus(device) == BluetoothProfile.STATE_CONNECTED)) {
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
SapServerTest.java 491 if(received.getConnectionStatus() != expected.getConnectionStatus()) {
492 Log.i(TAG, "received.getConnectionStatus() != expected.getConnectionStatus() "
493 + received.getConnectionStatus() + " != " + expected.getConnectionStatus());
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapServer.java 708 if (sapMsg.getConnectionStatus() == SapMessage.CON_STATUS_OK) {
711 } else if(sapMsg.getConnectionStatus() == SapMessage.CON_STATUS_OK_ONGOING_CAL
    [all...]
SapMessage.java 217 public int getConnectionStatus() {
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceProfilesSettings.java 359 profilePref.setChecked(profile.getConnectionStatus(device) ==
DockService.java     [all...]
  /external/libvncserver/webclients/java-applet/ssl/
SignedUltraViewerSSL.jar 
UltraViewerSSL.jar 

Completed in 379 milliseconds