Lines Matching refs:start

53     /** Timeout to start or stop a SCO channel in ms. */
626 long start = System.currentTimeMillis();
629 while (System.currentTimeMillis() - start < START_STOP_SCAN_TIMEOUT) {
632 (receiver.getCompletedTime() - start)));
664 long start = System.currentTimeMillis();
667 while (System.currentTimeMillis() - start < START_STOP_SCAN_TIMEOUT) {
670 (receiver.getCompletedTime() - start)));
693 long start = System.currentTimeMillis();
698 writeOutput(String.format("enablePan() completed in %d ms", (stop - start)));
711 long start = System.currentTimeMillis();
716 writeOutput(String.format("disablePan() completed in %d ms", (stop - start)));
760 long start = -1;
778 start = System.currentTimeMillis();
800 if (start != -1 && finish != -1) {
802 (finish - start)));
827 long start = -1;
843 start = System.currentTimeMillis();
848 start = System.currentTimeMillis();
862 if (start != -1 && finish != -1) {
864 (finish - start)));
908 long start = -1;
933 start = System.currentTimeMillis();
953 if (start != -1 && finish != -1) {
955 (finish - start)));
989 long start = -1;
1008 start = System.currentTimeMillis();
1034 if (start != -1 && finish != -1) {
1036 (finish - start)));
1085 long start = -1;
1122 start = System.currentTimeMillis();
1139 if (start != -1 && finish != -1) {
1141 (finish - start)));
1190 long start = -1;
1221 start = System.currentTimeMillis();
1243 if (start != -1 && finish != -1) {
1245 (finish - start)));
1291 long start = -1;
1324 start = System.currentTimeMillis();
1336 if (start != -1 && finish != -1) {
1338 (finish - start)));