Searched defs:getProfileConnectionState (Results 1 - 2 of 2) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ | ||
H A D | AdapterProperties.java | 509 int getProfileConnectionState(int profile) { method in class:AdapterProperties |
H A D | AdapterService.java | 1033 public int getProfileConnectionState(int profile) { method in class:AdapterService.AdapterServiceBinder 1035 Log.w(TAG, "getProfileConnectionState- Not allowed for non-active user"); 1043 return service.getProfileConnectionState(profile); 1761 int getProfileConnectionState(int profile) { method in class:AdapterService 1764 return mAdapterProperties.getProfileConnectionState(profile); |
Completed in 31 milliseconds