Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DUtils.java49 private static final SparseArray<String> sProfileNames = new SparseArray<String>(); field in Utils
70 sProfileNames.put(BluetoothProfile.HEADSET, "HFP Server"); in sProfileNames.put()
71 sProfileNames.put(BluetoothProfile.A2DP, "A2DP Source"); in sProfileNames.put()
72 sProfileNames.put(BluetoothProfile.HEALTH, "HDP"); in sProfileNames.put()
73 sProfileNames.put(BluetoothProfile.HID_HOST, "HID Host"); in sProfileNames.put()
74 sProfileNames.put(BluetoothProfile.PAN, "PAN"); in sProfileNames.put()
75 sProfileNames.put(BluetoothProfile.PBAP, "PBAP Server"); in sProfileNames.put()
76 sProfileNames.put(BluetoothProfile.GATT, "GATT Client"); in sProfileNames.put()
77 sProfileNames.put(BluetoothProfile.GATT_SERVER, "GATT Server"); in sProfileNames.put()
78 sProfileNames.put(BluetoothProfile.MAP, "MAP Server"); in sProfileNames.put()
[all …]