Home
last modified time | relevance | path

Searched defs:failureReason (Results 1 – 7 of 7) sorted by relevance

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/offline/
DDownload.java100 @FailureReason public final int failureReason; field in Download
111 @FailureReason int failureReason) { in Download()
130 @FailureReason int failureReason, in Download()
DDefaultDownloadIndex.java361 int failureReason = in getDownloadForCurrentRow() local
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DDownloadBuilder.java52 private int failureReason; field in DownloadBuilder
153 public DownloadBuilder setFailureReason(int failureReason) { in setFailureReason()
DTestDownloadManagerListener.java46 @Download.FailureReason private int failureReason; field in TestDownloadManagerListener
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DWifiManagerFacade.java240 public void onStateChanged(int state, int failureReason) { in onStateChanged()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.cpp319 string InstanceContext::getSpecializedFailMessage (const string& failureReason) in getSpecializedFailMessage()
/external/llvm-project/clang-tools-extra/clangd/
DProtocol.h1077 llvm::Optional<std::string> failureReason; member