Searched refs:ProfileServiceConnections (Results 1 – 2 of 2) sorted by relevance
208 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 BluetoothManagerService1157 ProfileServiceConnections(Intent intent) { in ProfileServiceConnections() method in BluetoothManagerService.ProfileServiceConnections1601 ProfileServiceConnections psc = mProfileServices.get(msg.arg1); in handleMessage()1611 ProfileServiceConnections psc = (ProfileServiceConnections) msg.obj; in handleMessage()
1686 Lcom/android/server/BluetoothManagerService$ProfileServiceConnections;