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

  /cts/tests/tests/graphics/src/android/graphics/cts/
VulkanFeaturesTest.java 201 JSONObject bestDevice = null;
216 bestDevice = device;
222 return bestDevice;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
KeyboardUI.java 547 BluetoothDevice bestDevice = null;
556 bestDevice = result.getDevice();
561 if (bestDevice != null) {
562 mHandler.obtainMessage(MSG_ON_BLUETOOTH_DEVICE_ADDED, bestDevice).sendToTarget();

Completed in 557 milliseconds