Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A DNearbyDevice.java151 public static int compareRangeZones(@RangeZone int rangeZone, @RangeZone int anotherRangeZone) { in compareRangeZones() method in NearbyDevice
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/
H A DMediaDevice.java507 if (NearbyDevice.compareRangeZones(getRangeZone(), another.getRangeZone()) != 0) { in compareTo()
508 return NearbyDevice.compareRangeZones(getRangeZone(), another.getRangeZone()); in compareTo()