Searched refs:sProfileActions (Results 1 – 1 of 1) sorted by relevance
91 private static final SparseArray<BluetoothProfileInfo> sProfileActions = new SparseArray(); field in BluetoothProfileDeviceManager93 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()