Searched refs:getProfileConnectionState (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DCachedBluetoothDevice.java338 int getProfileConnectionState(LocalBluetoothProfile profile) { method in class:CachedBluetoothDevice
450 int status = getProfileConnectionState(profile);
460 int status = getProfileConnectionState(profile);
467 int status = getProfileConnectionState(profile);
H A DBluetoothDevicePreference.java238 int connectionStatus = cachedDevice.getProfileConnectionState(profile);
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterProperties.java326 int getProfileConnectionState(int profile) { method in class:AdapterProperties
H A DAdapterService.java792 public int getProfileConnectionState(int profile) { method in class:AdapterService.AdapterServiceBinder
794 Log.w(TAG, "getProfileConnectionState- Not allowed for non-active user");
800 return service.getProfileConnectionState(profile);
1251 int getProfileConnectionState(int profile) { method in class:AdapterService
1254 return mAdapterProperties.getProfileConnectionState(profile);

Completed in 528 milliseconds