OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mMaxLength
(Results
1 - 6
of
6
) sorted by null
/external/libnfc-nci/halimpl/bcm2079x/include/
StartupConfig.h
91
static const UINT8
mMaxLength
;
/frameworks/base/obex/javax/obex/
ApplicationParameter.java
44
private int
mMaxLength
= 1000;
112
mArray = new byte[
mMaxLength
];
117
if ((mLength + len + 2) >
mMaxLength
) {
121
mMaxLength
= mLength + 4 * len;
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
NameDistance.java
35
private final int
mMaxLength
;
46
mMaxLength
= maxLength;
57
mMaxLength
= 0;
93
if (length1 >
mMaxLength
) {
94
length1 =
mMaxLength
;
98
if (length2 >
mMaxLength
) {
99
length2 =
mMaxLength
;
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
StartupConfig.cpp
29
const UINT8 StartupConfig::
mMaxLength
= 255;
96
if ((newContentLen+mBuffer.size()) >
mMaxLength
)
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
TextViewBindingObject.java
109
private int
mMaxLength
;
195
return
mMaxLength
;
281
mMaxLength
= 100;
/frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecMessageValidator.java
246
private final int
mMaxLength
;
250
mMaxLength
= maxLength;
Completed in 818 milliseconds