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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardAbsKeyInputView.java78 long deadline = mLockPatternUtils.getLockoutAttemptDeadline(
80 if (shouldLockout(deadline)) {
81 handleAttemptLockout(deadline);
88 protected boolean shouldLockout(long deadline) { argument
89 return deadline != 0;
198 long deadline = mLockPatternUtils.setLockoutAttemptDeadline(
200 handleAttemptLockout(deadline);
215 // Prevent user from using the PIN/Password entry until scheduled deadline.
H A DKeyguardSimPinView.java130 protected boolean shouldLockout(long deadline) { argument
H A DKeyguardSimPukView.java173 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 65 milliseconds