HomeSort by relevance Sort by last modified time
    Searched defs:getConnectionStatus (Results 1 - 17 of 17) 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) {
PbapServerProfile.java 97 public int getConnectionStatus(BluetoothDevice device) {
A2dpSinkProfile.java 138 public int getConnectionStatus(BluetoothDevice device) {
191 int state = getConnectionStatus(device);
HeadsetProfile.java 143 public int getConnectionStatus(BluetoothDevice device) {
198 int state = getConnectionStatus(device);
HfpClientProfile.java 150 public int getConnectionStatus(BluetoothDevice device) {
198 int state = getConnectionStatus(device);
HidProfile.java 111 public int getConnectionStatus(BluetoothDevice device) {
157 int state = getConnectionStatus(device);
MapClientProfile.java 135 public int getConnectionStatus(BluetoothDevice device) {
183 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);
PanProfile.java 101 public int getConnectionStatus(BluetoothDevice device) {
137 int state = getConnectionStatus(device);
PbapClientProfile.java 163 public int getConnectionStatus(BluetoothDevice device) {
SapProfile.java 136 public int getConnectionStatus(BluetoothDevice device) {
187 int state = getConnectionStatus(device);
A2dpProfile.java 154 public int getConnectionStatus(BluetoothDevice device) {
201 } else if (getConnectionStatus(device) != BluetoothProfile.STATE_CONNECTED &&
224 if (getConnectionStatus(device) != BluetoothProfile.STATE_CONNECTED) {
237 || getConnectionStatus(device) != BluetoothProfile.STATE_CONNECTED) {
296 int state = getConnectionStatus(device);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
BluetoothDetailsProfilesControllerTest.java 130 public int getConnectionStatus(BluetoothDevice device) {
171 return Utils.getConnectionStateSummary(getConnectionStatus(device));
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapMessage.java 218 public int getConnectionStatus() {
    [all...]
  /external/libvncserver/webclients/java-applet/ssl/
SignedUltraViewerSSL.jar 
UltraViewerSSL.jar 

Completed in 216 milliseconds