Searched refs:mIsDispatched (Results 1 – 1 of 1) sorted by relevance
242 if (!userState.mCurrentAttentionCheck.mIsDispatched in checkAttention()256 userState.mCurrentAttentionCheck.mIsDispatched = true; in checkAttention()516 private boolean mIsDispatched; field in AttentionManagerService.AttentionCheck562 if (!mCurrentAttentionCheck.mIsDispatched) { in handlePendingCallbackLocked()566 mCurrentAttentionCheck.mIsDispatched = true; in handlePendingCallbackLocked()606 pw.println("is dispatched=" + mCurrentAttentionCheck.mIsDispatched); in dump()