Home
last modified time | relevance | path

Searched refs:DEF_PASSWORD_HISTORY_LENGTH (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java966 static final int DEF_PASSWORD_HISTORY_LENGTH = 0; field in DevicePolicyManagerService.ActiveAdmin
967 int passwordHistoryLength = DEF_PASSWORD_HISTORY_LENGTH;
1126 if(passwordHistoryLength != DEF_PASSWORD_HISTORY_LENGTH) { in writeToXml()