Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/helpers/
DAvrcpVersion.java40 public static AvrcpVersion getCurrentSystemPropertiesValue() { in getCurrentSystemPropertiesValue() method in AvrcpVersion
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpTargetService.java217 mAvrcpVersion = AvrcpVersion.getCurrentSystemPropertiesValue(); in start()