Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DNearbyDevice.java151 public static int compareRangeZones(@RangeZone int rangeZone, @RangeZone int anotherRangeZone) { in compareRangeZones() argument
152 if (rangeZone == anotherRangeZone) { in compareRangeZones()
156 anotherRangeZone) ? -1 : 1; in compareRangeZones()