Home
last modified time | relevance | path

Searched defs:maxLength (Results 1 – 19 of 19) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
DSetupChooseLockPassword.java43 int minLength, final int maxLength, boolean requirePasswordToDecrypt, in createIntent()
53 int minLength, final int maxLength, boolean requirePasswordToDecrypt, String password) { in createIntent()
62 int minLength, final int maxLength, boolean requirePasswordToDecrypt, long challenge) { in createIntent()
DSetupChooseLockGeneric.java123 int minLength, final int maxLength, in getLockPasswordIntent()
133 int minLength, final int maxLength, in getLockPasswordIntent()
143 final int maxLength, boolean requirePasswordToDecrypt, String password) { in getLockPasswordIntent()
DChooseLockGeneric.java417 int minLength, final int maxLength, in getLockPasswordIntent()
424 int minLength, final int maxLength, in getLockPasswordIntent()
431 final int maxLength, boolean requirePasswordToDecrypt, String password) { in getLockPasswordIntent()
480 final int maxLength = mDPM.getPasswordMaximumLength(quality); in updateUnlockMethodAndFinish() local
DChooseLockPassword.java74 int minLength, final int maxLength, boolean requirePasswordToDecrypt, in createIntent()
86 int minLength, final int maxLength, boolean requirePasswordToDecrypt, String password) { in createIntent()
94 int minLength, final int maxLength, boolean requirePasswordToDecrypt, long challenge) { in createIntent()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/shortcut/
Dshortcut_list_reading_utils.cpp47 const int maxLength, int *const outWord, int *const pos) { in readShortcutTarget()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
Dpatricia_trie_reading_utils.cpp70 const NodeFlags flags, const int maxLength, const int *const codePointTable, in getCharsAndAdvancePosition()
96 const int maxLength, const int *const codePointTable, int *const pos) { in skipCharacters()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DNameDistance.java45 public NameDistance(int maxLength) { in NameDistance()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dbyte_array_utils.h186 const int maxLength, const int *const codePointTable, int *const outBuffer, in readStringAndAdvancePosition()
199 const uint8_t *const buffer, const int maxLength, int *const pos) { in advancePositionToBehindString()
/packages/inputmethods/LatinIME/native/jni/src/utils/
Djni_data_utils.h74 const int maxLength, const int *const codePoints, const int codePointCount, in outputCodePoints()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingDialog.java225 int maxLength; in createPinEntryView() local
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DBitmapUtils.java139 Bitmap bitmap, int maxLength, boolean recycle) { in resizeDownBySideLength()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothPairingDialog.java352 final int maxLength; in onCreateView() local
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapUtils.java394 static public byte[] truncateUtf8StringToBytearray(String utf8String, int maxLength) in truncateUtf8StringToBytearray()
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
DStringUtil.java2250 @Deprecated public static String stream2String(InputStream is, int maxLength) in stream2String()
2943 public static String truncateIfNecessary(String source, int maxLength) { in truncateIfNecessary()
2990 public static String truncateAtMaxLength(String source, int maxLength, in truncateAtMaxLength()
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcTag.java526 int javaType, int maxLength, int cardState) { in addNdefTechnology()
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
DNativeNfcTag.java522 int javaType, int maxLength, int cardState) { in addNdefTechnology()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DNameSplitter.java293 int maxLength = 0; in NameSplitter() local
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactListItemView.java1391 private String snippetize(String line, int matchIndex, int maxLength) { in snippetize()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java1360 final Cursor conversationCursor, final int maxLength, final Account account) { in getStyledSenders()