Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java208 private final Map<Integer, ProfileServiceConnections> mProfileServices = new HashMap<>();
1037 ProfileServiceConnections psc = mProfileServices.get(new Integer(bluetoothProfile)); in bindBluetoothProfileService()
1049 psc = new ProfileServiceConnections(intent); in bindBluetoothProfileService()
1070 ProfileServiceConnections psc = mProfileServices.get(new Integer(bluetoothProfile)); in unbindBluetoothProfileService()
1081 ProfileServiceConnections psc = mProfileServices.get(i); in unbindAllBluetoothProfileServices()
1148 private final class ProfileServiceConnections class in BluetoothManagerService
1157 ProfileServiceConnections(Intent intent) { in ProfileServiceConnections() method in BluetoothManagerService.ProfileServiceConnections
1601 ProfileServiceConnections psc = mProfileServices.get(msg.arg1); in handleMessage()
1611 ProfileServiceConnections psc = (ProfileServiceConnections) msg.obj; in handleMessage()
/frameworks/base/services/
Dart-profile1686 Lcom/android/server/BluetoothManagerService$ProfileServiceConnections;