Home
last modified time | relevance | path

Searched refs:mIsDispatched (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/attention/
DAttentionManagerService.java242 if (!userState.mCurrentAttentionCheck.mIsDispatched in checkAttention()
256 userState.mCurrentAttentionCheck.mIsDispatched = true; in checkAttention()
516 private boolean mIsDispatched; field in AttentionManagerService.AttentionCheck
562 if (!mCurrentAttentionCheck.mIsDispatched) { in handlePendingCallbackLocked()
566 mCurrentAttentionCheck.mIsDispatched = true; in handlePendingCallbackLocked()
606 pw.println("is dispatched=" + mCurrentAttentionCheck.mIsDispatched); in dump()