Home
last modified time | relevance | path

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

/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/
DRemoteProxy.java104 public static class VersionResult extends Result { class in RemoteProxy
106 public static final VersionResult RESULT_FAILURE =
107 new VersionResult(Result.UNKNOWN_FAILURE_INST);
108 public static final VersionResult RESULT_GATT_DISCONNECTED =
109 new VersionResult(Result.GATT_DISCONNECTED_INST);
113 public VersionResult(Version version) { in VersionResult() method in RemoteProxy.VersionResult
118 private VersionResult(Result res) { in VersionResult() method in RemoteProxy.VersionResult