Searched refs:mCurrentAttentionCheck (Results 1 – 2 of 2) sorted by relevance
203 if (userState.mCurrentAttentionCheck != null) { in checkAttention()204 if (!userState.mCurrentAttentionCheck.mIsDispatched in checkAttention()205 || !userState.mCurrentAttentionCheck.mIsFulfilled) { in checkAttention()210 userState.mCurrentAttentionCheck = createAttentionCheck(callbackInternal, userState); in checkAttention()217 userState.mCurrentAttentionCheck.mIAttentionCallback); in checkAttention()218 userState.mCurrentAttentionCheck.mIsDispatched = true; in checkAttention()234 if (!userState.mCurrentAttentionCheck.mIsFulfilled) { in createAttentionCheck()236 userState.mCurrentAttentionCheck.mIsFulfilled = true; in createAttentionCheck()252 if (!userState.mCurrentAttentionCheck.mIsFulfilled) { in createAttentionCheck()254 userState.mCurrentAttentionCheck.mIsFulfilled = true; in createAttentionCheck()[all …]
102 mSpyUserState.mCurrentAttentionCheck = in testCancelAttentionCheck_noCrashWhenCallbackMismatched()110 mSpyUserState.mCurrentAttentionCheck = in testCancelAttentionCheck_cancelCallbackWhenMatched()