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

/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustAgentWrapper.java83 private long mMaximumTimeToLock; // from DevicePolicyManager field in class:TrustAgentWrapper
124 if (mMaximumTimeToLock != 0) {
129 duration = Math.min(durationMs, mMaximumTimeToLock);
379 if (maxTimeToLock != mMaximumTimeToLock) {
382 mMaximumTimeToLock = maxTimeToLock;

Completed in 103 milliseconds