HomeSort by relevance Sort by last modified time
    Searched full:getconnectionstatus (Results 1 - 13 of 13) sorted by null

  /packages/apps/Settings/src/com/android/settings/bluetooth/
PanProfile.java 101 public int getConnectionStatus(BluetoothDevice device) {
110 return getConnectionStatus(device) == BluetoothProfile.STATE_CONNECTED;
138 int state = getConnectionStatus(device);
LocalBluetoothProfile.java 42 int getConnectionStatus(BluetoothDevice device);
OppProfile.java 51 public int getConnectionStatus(BluetoothDevice 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);
PbapServerProfile.java 90 public int getConnectionStatus(BluetoothDevice device) {
A2dpProfile.java 134 public int getConnectionStatus(BluetoothDevice device) {
185 int state = getConnectionStatus(device);
HeadsetProfile.java 138 public int getConnectionStatus(BluetoothDevice device) {
189 int state = getConnectionStatus(device);
HidProfile.java 111 public int getConnectionStatus(BluetoothDevice device) {
157 int state = getConnectionStatus(device);
CachedBluetoothDevice.java 190 if (PbapProfile.getConnectionStatus(mDevice) == BluetoothProfile.STATE_CONNECTED)
352 int state = profile.getConnectionStatus(mDevice);
DeviceProfilesSettings.java 256 int status = profile.getConnectionStatus(device);
LocalBluetoothProfileManager.java 372 (mMapProfile.getConnectionStatus(device) == BluetoothProfile.STATE_CONNECTED)) {
DockService.java     [all...]
  /external/chromium_org/chrome/browser/sync/
about_sync_util.cc 174 std::string GetConnectionStatus(
356 server_connection.SetValue(GetConnectionStatus(token_status));

Completed in 76 milliseconds