OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPasswordHistoryLength
(Results
1 - 15
of
15
) sorted by null
/frameworks/base/core/java/android/app/admin/
IDevicePolicyManager.aidl
53
int
getPasswordHistoryLength
(in ComponentName who, int userHandle);
DevicePolicyManager.java
[
all
...]
/development/samples/ApiDemos/src/com/example/android/apis/app/
DeviceAdminSample.java
551
local = mDPM.
getPasswordHistoryLength
(mDeviceAdminSample);
552
global = mDPM.
getPasswordHistoryLength
(null);
[
all
...]
/frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java
205
return getDevicePolicyManager().
getPasswordHistoryLength
(null, getCurrentOrCallingUserId());
[
all
...]
/packages/apps/Email/src/com/android/email/
SecurityPolicy.java
365
if (dpm.
getPasswordHistoryLength
(mAdminName) < policy.mPasswordHistory) {
[
all
...]