OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:passwordHistoryLength
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java
471
int
passwordHistoryLength
= getRequestedPasswordHistoryLength(userId);
472
if(
passwordHistoryLength
== 0) {
475
int neededPasswordHistoryLength = passwordHashLength *
passwordHistoryLength
476
+
passwordHistoryLength
- 1;
[
all
...]
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java
577
int
passwordHistoryLength
= DEF_PASSWORD_HISTORY_LENGTH;
707
if(
passwordHistoryLength
!= DEF_PASSWORD_HISTORY_LENGTH) {
709
out.attribute(null, ATTR_VALUE, Integer.toString(
passwordHistoryLength
));
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar
Completed in 63 milliseconds