Home
last modified time | relevance | path

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

/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/
DBluetoothDeviceService.java465 Version version = getRemoteVersion(device); in hasRemoteUpgrade()
632 protected Version getRemoteVersion(BluetoothDevice device) { in getRemoteVersion() method in BluetoothDeviceService
642 protected Version getRemoteVersion(String address) { in getRemoteVersion() method in BluetoothDeviceService
644 return getRemoteVersion(device); in getRemoteVersion()
846 return BluetoothDeviceService.this.getRemoteVersion(device); in getVersion()