Home
last modified time | relevance | path

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

/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestRunner.java63 public static int sConnectA2dpIterations = 100; field in BluetoothTestRunner
134 sConnectA2dpIterations = Integer.parseInt(val); in onCreate()
202 Log.i(TAG, String.format("connect_a2dp_iterations=%d", sConnectA2dpIterations)); in onCreate()
DBluetoothStressTest.java189 int iterations = BluetoothTestRunner.sConnectA2dpIterations; in testConnectA2dp()