Lines Matching refs:iterations

30  * number of iterations and the addresses of remote Bluetooth devices.
59 int iterations = BluetoothTestRunner.sEnableIterations;
60 if (iterations == 0) {
67 for (int i = 0; i < iterations; i++) {
68 mTestUtils.writeOutput("enable iteration " + (i + 1) + " of " + iterations);
78 int iterations = BluetoothTestRunner.sDiscoverableIterations;
79 if (iterations == 0) {
88 for (int i = 0; i < iterations; i++) {
89 mTestUtils.writeOutput("discoverable iteration " + (i + 1) + " of " + iterations);
101 int iterations = BluetoothTestRunner.sScanIterations;
102 if (iterations == 0) {
111 for (int i = 0; i < iterations; i++) {
112 mTestUtils.writeOutput("scan iteration " + (i + 1) + " of " + iterations);
124 int iterations = BluetoothTestRunner.sEnablePanIterations;
125 if (iterations == 0) {
133 for (int i = 0; i < iterations; i++) {
135 + iterations);
150 int iterations = BluetoothTestRunner.sPairIterations;
151 if (iterations == 0) {
161 for (int i = 0; i < iterations; i++) {
162 mTestUtils.writeOutput("pair iteration " + (i + 1) + " of " + iterations);
177 int iterations = BluetoothTestRunner.sPairIterations;
178 if (iterations == 0) {
187 for (int i = 0; i < iterations; i++) {
188 mTestUtils.writeOutput("acceptPair iteration " + (i + 1) + " of " + iterations);
203 int iterations = BluetoothTestRunner.sConnectA2dpIterations;
204 if (iterations == 0) {
217 for (int i = 0; i < iterations; i++) {
218 mTestUtils.writeOutput("connectA2dp iteration " + (i + 1) + " of " + iterations);
236 int iterations = BluetoothTestRunner.sConnectHeadsetIterations;
237 if (iterations == 0) {
250 for (int i = 0; i < iterations; i++) {
251 mTestUtils.writeOutput("connectHeadset iteration " + (i + 1) + " of " + iterations);
269 int iterations = BluetoothTestRunner.sConnectInputIterations;
270 if (iterations == 0) {
283 for (int i = 0; i < iterations; i++) {
284 mTestUtils.writeOutput("connectInput iteration " + (i + 1) + " of " + iterations);
302 int iterations = BluetoothTestRunner.sConnectPanIterations;
303 if (iterations == 0) {
315 for (int i = 0; i < iterations; i++) {
316 mTestUtils.writeOutput("connectPan iteration " + (i + 1) + " of " + iterations);
332 int iterations = BluetoothTestRunner.sConnectPanIterations;
333 if (iterations == 0) {
347 for (int i = 0; i < iterations; i++) {
349 + iterations);
366 int iterations = BluetoothTestRunner.sStartStopScoIterations;
367 if (iterations == 0) {
382 for (int i = 0; i < iterations; i++) {
383 mTestUtils.writeOutput("startStopSco iteration " + (i + 1) + " of " + iterations);