OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mMaxBytes
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Settings/src/com/android/settings/bluetooth/
Utf8ByteLengthFilter.java
41
private final int
mMaxBytes
;
44
mMaxBytes
= maxBytes;
64
int keepBytes =
mMaxBytes
- destByteCount;
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BlobCache.java
113
private int
mMaxBytes
;
213
mMaxBytes
= readInt(buf, IH_MAX_BYTES);
229
if (
mMaxBytes
<= 0) {
241
if (mActiveBytes < DATA_HEADER_SIZE || mActiveBytes >
mMaxBytes
) {
363
if (DATA_HEADER_SIZE + BLOB_HEADER_SIZE + data.length >
mMaxBytes
) {
367
if (mActiveBytes + BLOB_HEADER_SIZE + data.length >
mMaxBytes
460
if (mActiveBytes + BLOB_HEADER_SIZE + req.length >
mMaxBytes
513
if (length < 0 || length >
mMaxBytes
- offset - BLOB_HEADER_SIZE) {
/packages/apps/Mms/src/com/android/mms/util/
BlobCache.java
112
private int
mMaxBytes
;
212
mMaxBytes
= readInt(buf, IH_MAX_BYTES);
228
if (
mMaxBytes
<= 0) {
240
if (mActiveBytes < DATA_HEADER_SIZE || mActiveBytes >
mMaxBytes
) {
362
if (DATA_HEADER_SIZE + BLOB_HEADER_SIZE + data.length >
mMaxBytes
) {
366
if (mActiveBytes + BLOB_HEADER_SIZE + data.length >
mMaxBytes
449
if (mActiveBytes + BLOB_HEADER_SIZE + req.length >
mMaxBytes
499
if (length < 0 || length >
mMaxBytes
- offset - BLOB_HEADER_SIZE) {
/packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java
73
private long
mMaxBytes
;
103
mMaxBytes
= maxBytes;
147
// based on how long it will take us to reach
mMaxBytes
.
156
long result2 = (
mMaxBytes
- fileSize)/mBytesPerSecond;
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
Completed in 92 milliseconds