Searched refs:BluetoothProfileInfo (Results 1 – 1 of 1) sorted by relevance
74 private static class BluetoothProfileInfo { class in BluetoothProfileDeviceManager80 private BluetoothProfileInfo(String action, String settingsKey, ParcelUuid[] uuids, in BluetoothProfileInfo() method in BluetoothProfileDeviceManager.BluetoothProfileInfo89 private static final SparseArray<BluetoothProfileInfo> sProfileActions = new SparseArray();92 new BluetoothProfileInfo(BluetoothA2dpSink.ACTION_CONNECTION_STATE_CHANGED, in sProfileActions.put()97 new BluetoothProfileInfo(BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED, in sProfileActions.put()103 new BluetoothProfileInfo(BluetoothMapClient.ACTION_CONNECTION_STATE_CHANGED, in sProfileActions.put()108 new BluetoothProfileInfo(BluetoothPan.ACTION_CONNECTION_STATE_CHANGED, in sProfileActions.put()113 new BluetoothProfileInfo(BluetoothPbapClient.ACTION_CONNECTION_STATE_CHANGED, in sProfileActions.put()314 BluetoothProfileInfo bpi = sProfileActions.get(profileId); in BluetoothProfileDeviceManager()