HomeSort by relevance Sort by last modified time
    Searched refs:sDeviceAddress (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestRunner.java 68 public static String sDeviceAddress = "";
178 sDeviceAddress = val;
207 Log.i(TAG, String.format("device_address=%s", sDeviceAddress));
BluetoothStressTest.java 156 BluetoothDevice device = adapter.getRemoteDevice(BluetoothTestRunner.sDeviceAddress);
182 BluetoothDevice device = adapter.getRemoteDevice(BluetoothTestRunner.sDeviceAddress);
209 BluetoothDevice device = adapter.getRemoteDevice(BluetoothTestRunner.sDeviceAddress);
242 BluetoothDevice device = adapter.getRemoteDevice(BluetoothTestRunner.sDeviceAddress);
275 BluetoothDevice device = adapter.getRemoteDevice(BluetoothTestRunner.sDeviceAddress);
308 BluetoothDevice device = adapter.getRemoteDevice(BluetoothTestRunner.sDeviceAddress);
338 BluetoothDevice device = adapter.getRemoteDevice(BluetoothTestRunner.sDeviceAddress);
372 BluetoothDevice device = adapter.getRemoteDevice(BluetoothTestRunner.sDeviceAddress);

Completed in 437 milliseconds