Searched refs:UNKNOWN_LENGTH (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/res/
H A DAssetFileDescriptor.java39 public static final long UNKNOWN_LENGTH = -1; field in class:AssetFileDescriptor
49 * This must be 0 if length is UNKNOWN_LENGTH.
51 * {@link #UNKNOWN_LENGTH} if it extends to the end of the file.
60 "startOffset must be 0 when using UNKNOWN_LENGTH");
93 * {@link #UNKNOWN_LENGTH} if the asset extends to the end of the file.
94 * If the AssetFileDescriptor was constructed with {@link #UNKNOWN_LENGTH},
97 * returning that number if found or {@link #UNKNOWN_LENGTH} if it could
107 return len >= 0 ? len : UNKNOWN_LENGTH;
113 * {@link #UNKNOWN_LENGTH} if the length was not declared, meaning data

Completed in 63 milliseconds