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.java36 int minLength, final int maxLength, boolean requirePasswordToDecrypt, in createIntent()
46 int minLength, final int maxLength, boolean requirePasswordToDecrypt, String password) { in createIntent()
55 int minLength, final int maxLength, boolean requirePasswordToDecrypt, long challenge) { in createIntent()
DSetupChooseLockGeneric.java183 int minLength, final int maxLength, in getLockPasswordIntent()
193 int minLength, final int maxLength, in getLockPasswordIntent()
203 int maxLength, boolean requirePasswordToDecrypt, String password, int userId) { in getLockPasswordIntent()
DChooseLockPassword.java86 int minLength, final int maxLength, boolean requirePasswordToDecrypt, in createIntent()
98 int minLength, final int maxLength, boolean requirePasswordToDecrypt, in createIntent()
107 int minLength, final int maxLength, boolean requirePasswordToDecrypt, String password) { in createIntent()
115 int maxLength, boolean requirePasswordToDecrypt, String password, int userId) { in createIntent()
123 int minLength, final int maxLength, boolean requirePasswordToDecrypt, long challenge) { in createIntent()
132 int maxLength, boolean requirePasswordToDecrypt, long challenge, int userId) { in createIntent()
DChooseLockGeneric.java547 int minLength, final int maxLength, in getLockPasswordIntent()
554 int minLength, final int maxLength, in getLockPasswordIntent()
561 int maxLength, boolean requirePasswordToDecrypt, String password, int userId) { in getLockPasswordIntent()
631 final int maxLength = mDPM.getPasswordMaximumLength(quality); in getIntentForUnlockMethod() local
/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.java231 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.java371 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.java531 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.java1618 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()