Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothRouteTransitionTests.java170 public BluetoothRouteTestParameters build() { in build()
171 return new BluetoothRouteTestParameters(name, in build()
189 private static class BluetoothRouteTestParameters { class in BluetoothRouteTransitionTests
207 public BluetoothRouteTestParameters(String name, String initialBluetoothState, in BluetoothRouteTestParameters() method in BluetoothRouteTransitionTests.BluetoothRouteTestParameters
260 private final BluetoothRouteTestParameters mParams;
283 public BluetoothRouteTransitionTests(BluetoothRouteTestParameters params) { in BluetoothRouteTransitionTests()
437 public static Collection<BluetoothRouteTestParameters> generateTestCases() { in generateTestCases()
438 List<BluetoothRouteTestParameters> result = new ArrayList<>(); in generateTestCases()