HomeSort by relevance Sort by last modified time
    Searched refs:mMaxLength (Results 1 - 5 of 5) 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/base/services/core/java/com/android/server/hdmi/
HdmiCecMessageValidator.java 246 private final int mMaxLength;
250 mMaxLength = maxLength;

Completed in 2301 milliseconds