Searched defs:getProfileConnectionState (Results 1 - 3 of 3) sorted by path

/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);
/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);

Completed in 55 milliseconds