HomeSort by relevance Sort by last modified time
    Searched defs:getDeviceMacAddress (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/companion/
BluetoothDeviceFilterUtils.java 135 public static String getDeviceMacAddress(@NonNull Parcelable device) {
141 return getDeviceMacAddress(((android.bluetooth.le.ScanResult) device).getDevice());
  /frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
DeviceChooserActivity.java 19 import static android.companion.BluetoothDeviceFilterUtils.getDeviceMacAddress;
155 getCallingPackage(), getDeviceMacAddress(selectedDevice.device));
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 281 milliseconds