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

  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
DeviceListActivity.java 55 public static String EXTRA_DEVICE_ADDRESS = "device_address";
179 intent.putExtra(EXTRA_DEVICE_ADDRESS, address);
BluetoothChatFragment.java 360 * @param data An {@link Intent} with {@link DeviceListActivity#EXTRA_DEVICE_ADDRESS} extra.
366 .getString(DeviceListActivity.EXTRA_DEVICE_ADDRESS);
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
DeviceListActivity.java 55 public static String EXTRA_DEVICE_ADDRESS = "device_address";
179 intent.putExtra(EXTRA_DEVICE_ADDRESS, address);
BluetoothChatFragment.java 360 * @param data An {@link Intent} with {@link DeviceListActivity#EXTRA_DEVICE_ADDRESS} extra.
366 .getString(DeviceListActivity.EXTRA_DEVICE_ADDRESS);
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DeviceListActivity.java 52 public static String EXTRA_DEVICE_ADDRESS = "device_address";
167 intent.putExtra(EXTRA_DEVICE_ADDRESS, address);
BluetoothChat.java 322 .getString(DeviceListActivity.EXTRA_DEVICE_ADDRESS);
  /development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
DeviceListActivity.java 55 public static String EXTRA_DEVICE_ADDRESS = "device_address";
179 intent.putExtra(EXTRA_DEVICE_ADDRESS, address);
BluetoothChatFragment.java 360 * @param data An {@link Intent} with {@link DeviceListActivity#EXTRA_DEVICE_ADDRESS} extra.
366 .getString(DeviceListActivity.EXTRA_DEVICE_ADDRESS);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DevicePickerActivity.java 50 public static final String EXTRA_DEVICE_ADDRESS = "deviceAddress";
156 data.putExtra(EXTRA_DEVICE_ADDRESS, device.mAddress);
ConnectionAccessClientActivity.java 104 mDeviceAddress = data.getStringExtra(DevicePickerActivity.EXTRA_DEVICE_ADDRESS);
MessageTestActivity.java 165 mDeviceAddress = data.getStringExtra(DevicePickerActivity.EXTRA_DEVICE_ADDRESS);

Completed in 522 milliseconds