Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DBluetoothProfileDeviceManager.java91 private static final SparseArray<BluetoothProfileInfo> sProfileActions = new SparseArray(); field in BluetoothProfileDeviceManager
93 sProfileActions.put(BluetoothProfile.A2DP_SINK, in sProfileActions.put()
98 sProfileActions.put(BluetoothProfile.HEADSET_CLIENT, in sProfileActions.put()
104 sProfileActions.put(BluetoothProfile.MAP_CLIENT, in sProfileActions.put()
109 sProfileActions.put(BluetoothProfile.PAN, in sProfileActions.put()
114 sProfileActions.put(BluetoothProfile.PBAP_CLIENT, in sProfileActions.put()
321 BluetoothProfileInfo bpi = sProfileActions.get(profileId); in BluetoothProfileDeviceManager()