Searched defs:BluetoothRouteTestParameters (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DBluetoothRouteTransitionTests.java144 public BluetoothRouteTestParameters build() {
145 return new BluetoothRouteTestParameters(name,
161 private static class BluetoothRouteTestParameters { class in class:BluetoothRouteTransitionTests
176 public BluetoothRouteTestParameters(String name, String initialBluetoothState, method in class:BluetoothRouteTransitionTests.BluetoothRouteTestParameters
198 return "BluetoothRouteTestParameters{" +
220 private final BluetoothRouteTestParameters mParams;
232 public BluetoothRouteTransitionTests(BluetoothRouteTestParameters params) {
357 public static Collection<BluetoothRouteTestParameters> generateTestCases() {
358 List<BluetoothRouteTestParameters> result = new ArrayList<>();

Completed in 60 milliseconds