HomeSort by relevance Sort by last modified time
    Searched defs:DEVICE_ADDRESS (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/bluetooth/src/android/bluetooth/cts/
ScanResultTest.java 34 private static final String DEVICE_ADDRESS = "01:02:03:04:05:06";
49 BluetoothAdapter.getDefaultAdapter().getRemoteDevice(DEVICE_ADDRESS);
70 BluetoothAdapter.getDefaultAdapter().getRemoteDevice(DEVICE_ADDRESS);
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
CachedBluetoothDeviceTest.java 49 private final static String DEVICE_ADDRESS = "AA:BB:CC:DD:EE:FF";
75 when(mDevice.getAddress()).thenReturn(DEVICE_ADDRESS);
492 assertThat(cachedBluetoothDevice.getName()).isEqualTo(DEVICE_ADDRESS);
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
SupplicantP2pIfaceCallbackTest.java 66 private static final byte[] DEVICE_ADDRESS = { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05 };
368 byte[] p2pDeviceAddr = DEVICE_ADDRESS;

Completed in 88 milliseconds