Searched defs:deadline (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardAbsKeyInputView.java74 long deadline = mLockPatternUtils.getLockoutAttemptDeadline(
76 if (shouldLockout(deadline)) {
77 handleAttemptLockout(deadline);
84 protected boolean shouldLockout(long deadline) { argument
85 return deadline != 0;
157 long deadline = mLockPatternUtils.setLockoutAttemptDeadline(
159 handleAttemptLockout(deadline);
174 // Prevent user from using the PIN/Password entry until scheduled deadline.
H A DKeyguardSimPinView.java129 protected boolean shouldLockout(long deadline) { argument
H A DKeyguardSimPukView.java172 protected boolean shouldLockout(long deadline) { argument
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp727 int deadline = tick + 10; local
734 if (deadline - stream->mTick > 0) {
735 deadline = stream->mTick;
748 deadline -= tick;
749 if (deadline < 1) {
750 deadline = 1;
754 count = epoll_wait(mGroup->mEventQueue, events, count, deadline);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 365 milliseconds