Searched refs:sProfileActions (Results 1 – 1 of 1) sorted by relevance
86 private static final HashMap<String, Integer> sProfileActions = new HashMap<String, Integer>(5); field in BluetoothUtils137 sProfileActions.put(A2DP_SOURCE_CONNECTION_STATE_CHANGED, BluetoothProfile.A2DP); in sProfileActions.put()138 sProfileActions.put(A2DP_SINK_CONNECTION_STATE_CHANGED, BluetoothProfile.A2DP_SINK); in sProfileActions.put()139 sProfileActions.put(HFP_CLIENT_CONNECTION_STATE_CHANGED, BluetoothProfile.HEADSET_CLIENT); in sProfileActions.put()140 sProfileActions.put(MAP_CLIENT_CONNECTION_STATE_CHANGED, BluetoothProfile.MAP_CLIENT); in sProfileActions.put()141 sProfileActions.put(PAN_CONNECTION_STATE_CHANGED, BluetoothProfile.PAN); in sProfileActions.put()142 sProfileActions.put(PBAP_CLIENT_CONNECTION_STATE_CHANGED, BluetoothProfile.PBAP_CLIENT); in sProfileActions.put()217 Integer profile = sProfileActions.get(action); in getProfileFromConnectionAction()258 return sProfileActions.containsKey(action); in isAProfileAction()262 int[] profileIds = new int[sProfileActions.size()]; in getManagedProfilesIds()[all …]