Home
last modified time | relevance | path

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

/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestRunner.java62 public static int sConnectHeadsetIterations = 100; field in BluetoothTestRunner
143 sConnectHeadsetIterations = Integer.parseInt(val); in onCreate()
203 Log.i(TAG, String.format("connect_headset_iterations=%d", sConnectHeadsetIterations)); in onCreate()
DBluetoothStressTest.java219 int iterations = BluetoothTestRunner.sConnectHeadsetIterations; in testConnectHeadset()