Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapUtils.java110 private static TYPE[] allValues = values(); field in BluetoothMapUtils.TYPE
112 if(n < allValues.length) in fromOrdinal()
113 return allValues[n]; in fromOrdinal()