Home
last modified time | relevance | path

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

/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/remote/
DRemoteProxy.java81 public static final BatteryResult RESULT_FAILURE = field in RemoteProxy.BatteryResult
106 public static final VersionResult RESULT_FAILURE = field in RemoteProxy.VersionResult
129 public static final DfuResult RESULT_FAILURE = new DfuResult(Result.UNKNOWN_FAILURE_INST); field in RemoteProxy.DfuResult
DTransportManager.java69 public static final Transport.Result RESULT_FAILURE = field in TransportManager
220 result.complete(RESULT_FAILURE); in processQueueImpl()
DDfuManager.java82 ret.complete(DfuResult.RESULT_FAILURE); in finish()