Searched refs:AttentionCheck (Results 1 – 2 of 2) sorted by relevance
41 import com.android.server.attention.AttentionManagerService.AttentionCheck;103 new AttentionCheck(mMockAttentionCallbackInternal, mMockIAttentionCallback); in testCancelAttentionCheck_noCrashWhenCallbackMismatched()111 new AttentionCheck(mMockAttentionCallbackInternal, mMockIAttentionCallback); in testCancelAttentionCheck_cancelCallbackWhenMatched()
228 private AttentionCheck createAttentionCheck(AttentionCallbackInternal callbackInternal, in createAttentionCheck()263 return new AttentionCheck(callbackInternal, iAttentionCallback); in createAttentionCheck()437 static final class AttentionCheck { class in AttentionManagerService443 AttentionCheck(AttentionCallbackInternal callbackInternal, in AttentionCheck() method in AttentionManagerService.AttentionCheck463 AttentionCheck mCurrentAttentionCheck;