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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfile.java 42 int getConnectionStatus(BluetoothDevice device);
OppProfile.java 51 public int getConnectionStatus(BluetoothDevice device) {
PbapServerProfile.java 90 public int getConnectionStatus(BluetoothDevice device) {
A2dpProfile.java 134 public int getConnectionStatus(BluetoothDevice device) {
185 int state = getConnectionStatus(device);
HeadsetProfile.java 143 public int getConnectionStatus(BluetoothDevice device) {
198 int state = getConnectionStatus(device);
HidProfile.java 111 public int getConnectionStatus(BluetoothDevice device) {
157 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) {
110 return getConnectionStatus(device) == BluetoothProfile.STATE_CONNECTED;
138 int state = getConnectionStatus(device);

Completed in 61 milliseconds