Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/attention/
H A DAttentionManagerService.java144 AttentionCheck mCurrentAttentionCheck; field in AttentionManagerService
304 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 …]
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/attention/
H A DAttentionManagerServiceTest.java113 mSpyAttentionManager.mCurrentAttentionCheck = attentionCheck; in setUp()
261 mSpyAttentionManager.mCurrentAttentionCheck = null; in testCheckAttention_callOnSuccess()