Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/
DBluetoothConnectionLatencyCollector.java49 .put(BluetoothProfile.HEADSET.getProfile(), "headset")
50 .put(BluetoothProfile.A2DP.getProfile(), "a2dp")
51 .put(BluetoothProfile.PAN.getProfile(), "pan")
52 .put(BluetoothProfile.MAP.getProfile(), "map")
53 .put(BluetoothProfile.A2DP_SINK.getProfile(), "a2dp_sink")
54 .put(BluetoothProfile.AVRCP_CONTROLLER.getProfile(), "avrcp_controller")
55 .put(BluetoothProfile.HEADSET_CLIENT.getProfile(), "headset_client")
56 .put(BluetoothProfile.PBAP_CLIENT.getProfile(), "pbap_client")
57 .put(BluetoothProfile.MAP_CLIENT.getProfile(), "map_client")
/tools/tradefederation/core/javatests/com/android/tradefed/util/
DSl4aBluetoothUtilTest.java256 BluetoothProfile.A2DP_SINK.getProfile(), in testConnect_success()
262 BluetoothProfile.HEADSET_CLIENT.getProfile(), in testConnect_success()
268 BluetoothProfile.PBAP_CLIENT.getProfile(), in testConnect_success()
274 BluetoothProfile.MAP_CLIENT.getProfile(), in testConnect_success()
301 BluetoothProfile.A2DP_SINK.getProfile(), in testDisconnect_success()
307 BluetoothProfile.HEADSET_CLIENT.getProfile(), in testDisconnect_success()
313 BluetoothProfile.PBAP_CLIENT.getProfile(), in testDisconnect_success()
319 BluetoothProfile.MAP_CLIENT.getProfile(), in testDisconnect_success()
433 BluetoothProfile.PBAP.getProfile(), in testChangeProfileAccessPermission()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSl4aBluetoothUtil.java128 .collect(Collectors.toMap(BluetoothProfile::getProfile, value -> value));
140 public int getProfile() { in getProfile() method in Sl4aBluetoothUtil.BluetoothProfile
448 .map(profile -> profile.getProfile()) in disconnect()