Searched refs:VersionResult (Results 1 – 1 of 1) sorted by relevance
104 public static class VersionResult extends Result { class in RemoteProxy106 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.VersionResult118 private VersionResult(Result res) { in VersionResult() method in RemoteProxy.VersionResult