Home
last modified time | relevance | path

Searched refs:ProfileConnection (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java889 private static final class ProfileConnection { class in BluetoothAdapter
894 ProfileConnection(int profile, BluetoothProfile.ServiceListener listener) { in ProfileConnection() method in BluetoothAdapter.ProfileConnection
914 private final Map<BluetoothProfile, ProfileConnection> mProfileConnections =
3546 ProfileConnection connection = new ProfileConnection(profile, listener); in getProfileProxy()
3592 ProfileConnection connection = mProfileConnections.remove(proxy); in closeProfileProxy()