Searched refs:mCurrentAttentionCheck (Results 1 – 2 of 2) sorted by relevance
144 AttentionCheck mCurrentAttentionCheck; field in AttentionManagerService304 if (mCurrentAttentionCheck != null) { in checkAttention()305 if (!mCurrentAttentionCheck.mIsDispatched in checkAttention()318 mCurrentAttentionCheck.mIsDispatched = true; in checkAttention()503 if (mCurrentAttentionCheck != null) { in dumpInternal()504 mCurrentAttentionCheck.dump(ipw); in dumpInternal()772 if (mCurrentAttentionCheck != null && !mCurrentAttentionCheck.mIsDispatched) { in handlePendingCallbackLocked()836 if (mCurrentAttentionCheck.mIsFulfilled) { in cancel()844 mCurrentAttentionCheck.cancelInternal(); in cancel()852 mCurrentAttentionCheck.cancelInternal(); in cancel()[all …]
113 mSpyAttentionManager.mCurrentAttentionCheck = attentionCheck; in setUp()261 mSpyAttentionManager.mCurrentAttentionCheck = null; in testCheckAttention_callOnSuccess()