Searched defs:getProfileConnectionState (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDevice.java338 public int getProfileConnectionState(LocalBluetoothProfile profile) { method in class:CachedBluetoothDevice
450 int status = getProfileConnectionState(profile);
460 int status = getProfileConnectionState(profile);
467 int status = getProfileConnectionState(profile);
826 int connectionStatus = getProfileConnectionState(profile);
843 int connectionStatus = getProfileConnectionState(profile);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java1536 public int getProfileConnectionState(int profile) { method in class:BluetoothAdapter
1540 if (mService != null) return mService.getProfileConnectionState(profile);
1542 Log.e(TAG, "getProfileConnectionState:", e);

Completed in 89 milliseconds