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

  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
DeviceListActivity.java 124 String noDevices = getResources().getText(R.string.none_paired).toString();
125 pairedDevicesArrayAdapter.add(noDevices);
209 String noDevices = getResources().getText(R.string.none_found).toString();
210 mNewDevicesArrayAdapter.add(noDevices);
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
DeviceListActivity.java 124 String noDevices = getResources().getText(R.string.none_paired).toString();
125 pairedDevicesArrayAdapter.add(noDevices);
209 String noDevices = getResources().getText(R.string.none_found).toString();
210 mNewDevicesArrayAdapter.add(noDevices);
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DeviceListActivity.java 115 String noDevices = getResources().getText(R.string.none_paired).toString();
116 mPairedDevicesArrayAdapter.add(noDevices);
195 String noDevices = getResources().getText(R.string.none_found).toString();
196 mNewDevicesArrayAdapter.add(noDevices);
  /development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
DeviceListActivity.java 124 String noDevices = getResources().getText(R.string.none_paired).toString();
125 pairedDevicesArrayAdapter.add(noDevices);
209 String noDevices = getResources().getText(R.string.none_found).toString();
210 mNewDevicesArrayAdapter.add(noDevices);

Completed in 1167 milliseconds