Home
last modified time | relevance | path

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

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBlobCache.java133 public BlobCache(String path, int maxEntries, int maxBytes, boolean reset) in BlobCache() argument
135 this(path, maxEntries, maxBytes, reset, 0); in BlobCache()
138 public BlobCache(String path, int maxEntries, int maxBytes, boolean reset, in BlobCache() argument
149 resetCache(maxEntries, maxBytes); in BlobCache()
300 private void resetCache(int maxEntries, int maxBytes) throws IOException { in resetCache() argument
307 writeInt(buf, IH_MAX_BYTES, maxBytes); in resetCache()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DAttachmentUtils.java294 Long maxBytes = DownloadManager.getMaxBytesOverMobile(context); in canDownloadAttachment() local
295 return maxBytes == null || attachment == null || attachment.size <= maxBytes; in canDownloadAttachment()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DUtf8ByteLengthFilter.java43 Utf8ByteLengthFilter(int maxBytes) { in Utf8ByteLengthFilter() argument
44 mMaxBytes = maxBytes; in Utf8ByteLengthFilter()
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DCacheManager.java40 int maxEntries, int maxBytes, int version) { in getCache() argument
51 cache = new BlobCache(path, maxEntries, maxBytes, false, in getCache()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_avrcp.cpp56 static bool copy_jstring(uint8_t* str, int maxBytes, jstring jstr, JNIEnv* env);
1499 static bool copy_jstring(uint8_t* str, int maxBytes, jstring jstr, in copy_jstring() argument
1503 memset(str, 0, maxBytes); in copy_jstring()
1505 size_t len = strnlen(p_str, maxBytes - 1); in copy_jstring()
/packages/apps/SoundRecorder/src/com/android/soundrecorder/
DSoundRecorder.java102 public void setFileSizeLimit(File file, long maxBytes) { in setFileSizeLimit() argument
104 mMaxBytes = maxBytes; in setFileSizeLimit()
/packages/apps/TV/libs/
Dexoplayer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...