Home
last modified time | relevance | path

Searched refs:EXTRAS_DEVICE_NAME (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DDeviceControlActivity.java51 public static final String EXTRAS_DEVICE_NAME = "DEVICE_NAME"; field in DeviceControlActivity
161 mDeviceName = intent.getStringExtra(EXTRAS_DEVICE_NAME); in onCreate()
DDeviceScanActivity.java152 intent.putExtra(DeviceControlActivity.EXTRAS_DEVICE_NAME, device.getName()); in onListItemClick()