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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterProperties.java277 int getProfileConnectionState(int profile) { method in class:AdapterProperties
H A DAdapterService.java683 public int getProfileConnectionState(int profile) { method in class:AdapterService.AdapterServiceBinder
685 Log.w(TAG,"getProfileConnectionState: not allowed for non-active user");
691 return service.getProfileConnectionState(profile);
1030 int getProfileConnectionState(int profile) { method in class:AdapterService
1033 return mAdapterProperties.getProfileConnectionState(profile);
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DCachedBluetoothDevice.java326 int getProfileConnectionState(LocalBluetoothProfile profile) { method in class:CachedBluetoothDevice
425 int status = getProfileConnectionState(profile);
435 int status = getProfileConnectionState(profile);
442 int status = getProfileConnectionState(profile);

Completed in 12 milliseconds