Searched defs:getConnectionStatus (Results 1 - 16 of 16) 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 DPbapServerProfile.java102 public int getConnectionStatus(BluetoothDevice device) { method in class:PbapServerProfile
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 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 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 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 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 DPanProfile.java107 public int getConnectionStatus(BluetoothDevice device) { method in class:PanProfile
143 int state = getConnectionStatus(device);
H A DPbapClientProfile.java168 public int getConnectionStatus(BluetoothDevice device) { method in class:PbapClientProfile
H A DSapProfile.java141 public int getConnectionStatus(BluetoothDevice device) { method in class:SapProfile
192 int state = getConnectionStatus(device);
/frameworks/base/telephony/java/android/telephony/
H A DPhysicalChannelConfig.java98 public int getConnectionStatus() { method in class:PhysicalChannelConfig

Completed in 174 milliseconds