Searched defs:mPasswordOwner (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java483 int mPasswordOwner = -1; field in class:DevicePolicyManagerService.DevicePolicyData
2565 if (policy.mPasswordOwner >= 0) {
2567 out.attribute(null, "value", Integer.toString(policy.mPasswordOwner));
2839 policy.mPasswordOwner = Integer.parseInt(
2970 if (policy.mPasswordOwner >= 0) {
2973 if (policy.mAdminList.get(i).getUid() == policy.mPasswordOwner) {
2979 Slog.w(LOG_TAG, "Previous password owner " + policy.mPasswordOwner
2981 policy.mPasswordOwner = -1;
4389 if (policy.mPasswordOwner >= 0 && policy.mPasswordOwner !
[all...]

Completed in 112 milliseconds