Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/attention/
DAttentionManagerServiceTest.java41 import com.android.server.attention.AttentionManagerService.AttentionCheck;
103 new AttentionCheck(mMockAttentionCallbackInternal, mMockIAttentionCallback); in testCancelAttentionCheck_noCrashWhenCallbackMismatched()
111 new AttentionCheck(mMockAttentionCallbackInternal, mMockIAttentionCallback); in testCancelAttentionCheck_cancelCallbackWhenMatched()
/frameworks/base/services/core/java/com/android/server/attention/
DAttentionManagerService.java228 private AttentionCheck createAttentionCheck(AttentionCallbackInternal callbackInternal, in createAttentionCheck()
263 return new AttentionCheck(callbackInternal, iAttentionCallback); in createAttentionCheck()
437 static final class AttentionCheck { class in AttentionManagerService
443 AttentionCheck(AttentionCallbackInternal callbackInternal, in AttentionCheck() method in AttentionManagerService.AttentionCheck
463 AttentionCheck mCurrentAttentionCheck;