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.java204 if (!userState.mCurrentAttentionCheck.mIsDispatched in checkAttention()
218 userState.mCurrentAttentionCheck.mIsDispatched = true; in checkAttention()
440 private boolean mIsDispatched; field in AttentionManagerService.AttentionCheck
486 if (!mCurrentAttentionCheck.mIsDispatched) { in handlePendingCallbackLocked()
490 mCurrentAttentionCheck.mIsDispatched = true; in handlePendingCallbackLocked()
530 pw.println("is dispatched=" + mCurrentAttentionCheck.mIsDispatched); in dump()