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

  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatFragment.java 331 // When DeviceListActivity returns with a device to connect
337 // When DeviceListActivity returns with a device to connect
360 * @param data An {@link Intent} with {@link DeviceListActivity#EXTRA_DEVICE_ADDRESS} extra.
366 .getString(DeviceListActivity.EXTRA_DEVICE_ADDRESS);
382 // Launch the DeviceListActivity to see devices and do scan
383 Intent serverIntent = new Intent(getActivity(), DeviceListActivity.class);
388 // Launch the DeviceListActivity to see devices and do scan
389 Intent serverIntent = new Intent(getActivity(), DeviceListActivity.class);
DeviceListActivity.java 45 public class DeviceListActivity extends Activity {
50 private static final String TAG = "DeviceListActivity";
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatFragment.java 331 // When DeviceListActivity returns with a device to connect
337 // When DeviceListActivity returns with a device to connect
360 * @param data An {@link Intent} with {@link DeviceListActivity#EXTRA_DEVICE_ADDRESS} extra.
366 .getString(DeviceListActivity.EXTRA_DEVICE_ADDRESS);
382 // Launch the DeviceListActivity to see devices and do scan
383 Intent serverIntent = new Intent(getActivity(), DeviceListActivity.class);
388 // Launch the DeviceListActivity to see devices and do scan
389 Intent serverIntent = new Intent(getActivity(), DeviceListActivity.class);
DeviceListActivity.java 45 public class DeviceListActivity extends Activity {
50 private static final String TAG = "DeviceListActivity";
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java 294 // When DeviceListActivity returns with a device to connect
300 // When DeviceListActivity returns with a device to connect
322 .getString(DeviceListActivity.EXTRA_DEVICE_ADDRESS);
341 // Launch the DeviceListActivity to see devices and do scan
342 serverIntent = new Intent(this, DeviceListActivity.class);
346 // Launch the DeviceListActivity to see devices and do scan
347 serverIntent = new Intent(this, DeviceListActivity.class);
DeviceListActivity.java 46 public class DeviceListActivity extends Activity {
48 private static final String TAG = "DeviceListActivity";
  /development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
BluetoothChatFragment.java 331 // When DeviceListActivity returns with a device to connect
337 // When DeviceListActivity returns with a device to connect
360 * @param data An {@link Intent} with {@link DeviceListActivity#EXTRA_DEVICE_ADDRESS} extra.
366 .getString(DeviceListActivity.EXTRA_DEVICE_ADDRESS);
382 // Launch the DeviceListActivity to see devices and do scan
383 Intent serverIntent = new Intent(getActivity(), DeviceListActivity.class);
388 // Launch the DeviceListActivity to see devices and do scan
389 Intent serverIntent = new Intent(getActivity(), DeviceListActivity.class);
DeviceListActivity.java 45 public class DeviceListActivity extends Activity {
50 private static final String TAG = "DeviceListActivity";

Completed in 428 milliseconds